#89340f

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

Shades of Saddle Brown #89340F

Tints of Saddle Brown #89340F

Color information

#89340F (or 0x89340F) is unknown color: approx Saddle Brown. HEX triplet: 89, 34 and 0F. RGB value is (137,52,15). Sum of RGB (Red+Green+Blue) = 137+52+15=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89340F is #76CBF0. Grayscale: #494949. Windows color (decimal): -7785457 or 996489. OLE color: 996489.

HSL color Cylindrical-coordinate representation of color #89340F: hue angle of 18.2º 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 #89340F is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1375215-
CMYK00.620.890.46
HSL18.2º80.26%29.8%-
HSV(B)18.2º89.05%53.73%-
XYZ11.637.811.35-
YUV73.295.16173.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=67.16%
G=25.49%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137521500.620.890.4618.280.2629.8
Hex8934F03E592E12501e
Octal2116417076131562212036
Binary1000100111010011110111110101100110111010010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89340f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89340f; }

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

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

<style>
 a { background-color: #89340f; }

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

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

<style>
 span { border-color: #89340f; }

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

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