#89540C

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

Shades of Saddle Brown #89540C

Tints of Saddle Brown #89540C

Color information

#89540C (or 0x89540C) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 0C. RGB value is (137,84,12). Sum of RGB (Red+Green+Blue) = 137+84+12=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89540C is #76ABF3. Grayscale: #5B5B5B. Windows color (decimal): -7777268 or 808073. OLE color: 808073.

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

Color convert

RGB1378412-
CMYK00.390.910.46
HSL34.56º83.89%29.22%-
HSV(B)34.56º91.24%53.73%-
XYZ13.5511.691.89-
YUV91.6483.06160.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=58.80%
G=36.05%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137841200.390.910.4634.5683.8929.22
Hex8954C0275B2E23541d
Octal21112414047133564312435
Binary100010011010100110001001111011011101110100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,84,12); }

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

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

 a { background-color: rgb(137,84,12); }

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

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

 span { border-color: rgb(137,84,12); }

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