#87450A

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

Shades of Saddle Brown #87450A

Tints of Saddle Brown #87450A

Color information

#87450A (or 0x87450A) is unknown color: approx Saddle Brown. HEX triplet: 87, 45 and 0A. RGB value is (135,69,10). Sum of RGB (Red+Green+Blue) = 135+69+10=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87450A is #78BAF5. Grayscale: #525252. Windows color (decimal): -7912182 or 673159. OLE color: 673159.

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

Color convert

RGB1356910-
CMYK00.490.930.47
HSL28.32º86.21%28.43%-
HSV(B)28.32º92.59%52.94%-
XYZ12.179.431.47-
YUV82.0187.37165.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=63.08%
G=32.24%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135691000.490.930.4728.3286.2128.43
Hex8745A0315D2F1c561c
Octal20710512061135573412634
Binary10000111100010110100110001101110110111111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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