#87472C

Color #87472C Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #87472C

Tints of Paarl #87472C

Color information

#87472C (or 0x87472C) is unknown color: approx Paarl. HEX triplet: 87, 47 and 2C. RGB value is (135,71,44). Sum of RGB (Red+Green+Blue) = 135+71+44=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87472C is #78B8D3. Grayscale: #575757. Windows color (decimal): -7911636 or 2901895. OLE color: 2901895.

HSL color Cylindrical-coordinate representation of color #87472C: hue angle of 17.8º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87472C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1357144-
CMYK00.470.670.47
HSL17.8º50.84%35.1%-
HSV(B)17.8º67.41%52.94%-
XYZ12.79.843.61-
YUV87.06103.7162.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=54%
G=28.4%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135714400.470.670.4717.850.8435.1
Hex87472C02F432F123323
Octal2071075405710357226343
Binary1000011110001111011000101111100001110111110010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87472C; }

 p { color: rgb(135,71,44); }

 H1.HeaderClassName
 {
   color: #87472C;
 }
 .AnyTagClassName
 {
   color: #87472C;
 }
</style>
background-color css

<style>
 a { background-color: #87472C; }

 a { background-color: rgb(135,71,44); }

 div.DivClassName
 {
   background-color: #87472C;
 }
 .BgClassName
 {
   background-color: #87472C;
 }
</style>
border-color css

<style>
 span { border-color: #87472C; }

 span { border-color: rgb(135,71,44); }

 td.TdClassName
 {
   border-color: #87472C;
 }
 .TagClassName
 {
   border-color: #87472C;
 }
</style>