#89420C

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

Shades of Saddle Brown #89420C

Tints of Saddle Brown #89420C

Color information

#89420C (or 0x89420C) is unknown color: approx Saddle Brown. HEX triplet: 89, 42 and 0C. RGB value is (137,66,12). Sum of RGB (Red+Green+Blue) = 137+66+12=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89420C is #76BDF3. Grayscale: #515151. Windows color (decimal): -7781876 or 803465. OLE color: 803465.

HSL color Cylindrical-coordinate representation of color #89420C: hue angle of 25.92º 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 #89420C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1376612-
CMYK00.520.910.46
HSL25.92º83.89%29.22%-
HSV(B)25.92º91.24%53.73%-
XYZ12.339.241.48-
YUV81.0789.02167.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.72%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=63.72%
G=30.70%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137661200.520.910.4625.9283.8929.22
Hex8942C0345B2E1a541d
Octal21110214064133563212435
Binary10001001100001011000110100101101110111011010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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