#89400f

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

Shades of Saddle Brown #89400F

Tints of Saddle Brown #89400F

Color information

#89400F (or 0x89400F) is unknown color: approx Saddle Brown. HEX triplet: 89, 40 and 0F. RGB value is (137,64,15). Sum of RGB (Red+Green+Blue) = 137+64+15=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89400F is #76BFF0. Grayscale: #505050. Windows color (decimal): -7782385 or 999561. OLE color: 999561.

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

Color convert

RGB1376415-
CMYK00.530.890.46
HSL24.1º80.26%29.8%-
HSV(B)24.1º89.05%53.73%-
XYZ12.249.021.55-
YUV80.2491.18168.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=63.43%
G=29.63%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137641500.530.890.4624.180.2629.8
Hex8940F035592E18501e
Octal21110017065131563012036
Binary10001001100000011110110101101100110111011000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89400f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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