#89320C

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

Shades of Saddle Brown #89320C

Tints of Saddle Brown #89320C

Color information

#89320C (or 0x89320C) is unknown color: approx Saddle Brown. HEX triplet: 89, 32 and 0C. RGB value is (137,50,12). Sum of RGB (Red+Green+Blue) = 137+50+12=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320C is #76CDF3. Grayscale: #474747. Windows color (decimal): -7785972 or 799369. OLE color: 799369.

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

Color convert

RGB1375012-
CMYK00.640.910.46
HSL18.24º83.89%29.22%-
HSV(B)18.24º91.24%53.73%-
XYZ11.527.631.21-
YUV71.6894.32174.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.84%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=68.84%
G=25.13%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137501200.640.910.4618.2483.8929.22
Hex8932C0405B2E12541d
Octal21162140100133562212435
Binary10001001110010110001000000101101110111010010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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