#87450F

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

Shades of Saddle Brown #87450F

Tints of Saddle Brown #87450F

Color information

#87450F (or 0x87450F) is unknown color: approx Saddle Brown. HEX triplet: 87, 45 and 0F. RGB value is (135,69,15). Sum of RGB (Red+Green+Blue) = 135+69+15=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #87450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87450F is #78BAF0. Grayscale: #525252. Windows color (decimal): -7912177 or 1000839. OLE color: 1000839.

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

Color convert

RGB1356915-
CMYK00.490.890.47
HSL27º80%29.41%-
HSV(B)27º88.89%52.94%-
XYZ12.219.441.63-
YUV82.5889.87165.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=61.64%
G=31.51%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135691500.490.890.47278029.41
Hex8745F031592F1b501d
Octal20710517061131573312035
Binary10000111100010111110110001101100110111111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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