#87452F

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

Shades of Paarl #87452F

Tints of Paarl #87452F

Color information

#87452F (or 0x87452F) is unknown color: approx Paarl. HEX triplet: 87, 45 and 2F. RGB value is (135,69,47). Sum of RGB (Red+Green+Blue) = 135+69+47=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87452F is #78BAD0. Grayscale: #565656. Windows color (decimal): -7912145 or 3097991. OLE color: 3097991.

HSL color Cylindrical-coordinate representation of color #87452F: hue angle of 15º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87452F is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1356947-
CMYK00.490.650.47
HSL15º48.35%35.69%-
HSV(B)15º65.19%52.94%-
XYZ12.639.613.88-
YUV86.23105.87162.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=53.78%
G=27.49%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135694700.490.650.471548.3535.69
Hex87452F031412Ff3024
Octal2071055706110157176044
Binary100001111000101101111011000110000011011111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87452F; }

 p { color: rgb(135,69,47); }

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

<style>
 a { background-color: #87452F; }

 a { background-color: rgb(135,69,47); }

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

<style>
 span { border-color: #87452F; }

 span { border-color: rgb(135,69,47); }

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