#89491A

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

Shades of Saddle Brown #89491A

Tints of Saddle Brown #89491A

Color information

#89491A (or 0x89491A) is unknown color: approx Saddle Brown. HEX triplet: 89, 49 and 1A. RGB value is (137,73,26). Sum of RGB (Red+Green+Blue) = 137+73+26=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89491A is #76B6E5. Grayscale: #575757. Windows color (decimal): -7780070 or 1722761. OLE color: 1722761.

HSL color Cylindrical-coordinate representation of color #89491A: hue angle of 25.41º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89491A is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1377326-
CMYK00.470.810.46
HSL25.41º68.1%31.96%-
HSV(B)25.41º81.02%53.73%-
XYZ12.8910.162.26-
YUV86.7893.7163.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=58.05%
G=30.93%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137732600.470.810.4625.4168.131.96
Hex89491A02F512E194420
Octal21111132057121563110440
Binary1000100110010011101001011111010001101110110011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,73,26); }

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

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

 a { background-color: rgb(137,73,26); }

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

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

 span { border-color: rgb(137,73,26); }

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