#87440C

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

Shades of Saddle Brown #87440C

Tints of Saddle Brown #87440C

Color information

#87440C (or 0x87440C) is unknown color: approx Saddle Brown. HEX triplet: 87, 44 and 0C. RGB value is (135,68,12). Sum of RGB (Red+Green+Blue) = 135+68+12=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87440C is #78BBF3. Grayscale: #515151. Windows color (decimal): -7912436 or 803975. OLE color: 803975.

HSL color Cylindrical-coordinate representation of color #87440C: hue angle of 27.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87440C is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1356812-
CMYK00.500.910.47
HSL27.32º83.67%28.82%-
HSV(B)27.32º91.11%52.94%-
XYZ12.139.311.51-
YUV81.6588.7166.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=62.79%
G=31.63%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135681200.500.910.4727.3283.6728.82
Hex8744C0325B2F1b541d
Octal20710414062133573312435
Binary10000111100010011000110010101101110111111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,68,12); }

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

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

 a { background-color: rgb(135,68,12); }

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

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

 span { border-color: rgb(135,68,12); }

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