#89320A

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

Shades of Saddle Brown #89320A

Tints of Saddle Brown #89320A

Color information

#89320A (or 0x89320A) is unknown color: approx Saddle Brown. HEX triplet: 89, 32 and 0A. RGB value is (137,50,10). Sum of RGB (Red+Green+Blue) = 137+50+10=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320A is #76CDF5. Grayscale: #474747. Windows color (decimal): -7785974 or 668297. OLE color: 668297.

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

Color convert

RGB1375010-
CMYK00.640.930.46
HSL18.9º86.39%28.82%-
HSV(B)18.9º92.7%53.73%-
XYZ11.517.621.15-
YUV71.4593.32174.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.54%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=69.54%
G=25.38%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137501000.640.930.4618.986.3928.82
Hex8932A0405D2E13561d
Octal21162120100135562312635
Binary10001001110010101001000000101110110111010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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