#89350A

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

Shades of Saddle Brown #89350A

Tints of Saddle Brown #89350A

Color information

#89350A (or 0x89350A) is unknown color: approx Saddle Brown. HEX triplet: 89, 35 and 0A. RGB value is (137,53,10). Sum of RGB (Red+Green+Blue) = 137+53+10=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89350A is #76CAF5. Grayscale: #494949. Windows color (decimal): -7785206 or 669065. OLE color: 669065.

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

Color convert

RGB1375310-
CMYK00.610.930.46
HSL20.31º86.39%28.82%-
HSV(B)20.31º92.7%53.73%-
XYZ11.647.891.2-
YUV73.2192.33173.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=68.5%
G=26.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137531000.610.930.4620.3186.3928.82
Hex8935A03D5D2E14561d
Octal2116512075135562412635
Binary1000100111010110100111101101110110111010100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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