#89320F

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

Shades of Saddle Brown #89320F

Tints of Saddle Brown #89320F

Color information

#89320F (or 0x89320F) is unknown color: approx Saddle Brown. HEX triplet: 89, 32 and 0F. RGB value is (137,50,15). Sum of RGB (Red+Green+Blue) = 137+50+15=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320F is #76CDF0. Grayscale: #484848. Windows color (decimal): -7785969 or 995977. OLE color: 995977.

HSL color Cylindrical-coordinate representation of color #89320F: hue angle of 17.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89320F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1375015-
CMYK00.640.890.46
HSL17.21º80.26%29.8%-
HSV(B)17.21º89.05%53.73%-
XYZ11.547.631.32-
YUV72.0295.82174.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=67.82%
G=24.75%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137501500.640.890.4617.2180.2629.8
Hex8932F040592E11501e
Octal21162170100131562112036
Binary10001001110010111101000000101100110111010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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