#87370A

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

Shades of Saddle Brown #87370A

Tints of Saddle Brown #87370A

Color information

#87370A (or 0x87370A) is unknown color: approx Saddle Brown. HEX triplet: 87, 37 and 0A. RGB value is (135,55,10). Sum of RGB (Red+Green+Blue) = 135+55+10=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87370A is #78C8F5. Grayscale: #4A4A4A. Windows color (decimal): -7915766 or 669575. OLE color: 669575.

HSL color Cylindrical-coordinate representation of color #87370A: hue angle of 21.6º 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 #87370A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1355510-
CMYK00.590.930.47
HSL21.6º86.21%28.43%-
HSV(B)21.6º92.59%52.94%-
XYZ11.417.911.21-
YUV73.7992171.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=67.5%
G=27.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135551000.590.930.4721.686.2128.43
Hex8737A03B5D2F16561c
Octal2076712073135572612634
Binary1000011111011110100111011101110110111110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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