#89540A

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

Shades of Saddle Brown #89540A

Tints of Saddle Brown #89540A

Color information

#89540A (or 0x89540A) is unknown color: approx Saddle Brown. HEX triplet: 89, 54 and 0A. RGB value is (137,84,10). Sum of RGB (Red+Green+Blue) = 137+84+10=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89540A is #76ABF5. Grayscale: #5B5B5B. Windows color (decimal): -7777270 or 677001. OLE color: 677001.

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

Color convert

RGB1378410-
CMYK00.390.930.46
HSL34.96º86.39%28.82%-
HSV(B)34.96º92.7%53.73%-
XYZ13.5411.681.83-
YUV91.4182.06160.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=59.31%
G=36.36%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137841000.390.930.4634.9686.3928.82
Hex8954A0275D2E23561d
Octal21112412047135564312635
Binary100010011010100101001001111011101101110100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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