#89480F

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

Shades of Saddle Brown #89480F

Tints of Saddle Brown #89480F

Color information

#89480F (or 0x89480F) is unknown color: approx Saddle Brown. HEX triplet: 89, 48 and 0F. RGB value is (137,72,15). Sum of RGB (Red+Green+Blue) = 137+72+15=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #89480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89480F is #76B7F0. Grayscale: #555555. Windows color (decimal): -7780337 or 1001609. OLE color: 1001609.

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

Color convert

RGB1377215-
CMYK00.470.890.46
HSL28.03º80.26%29.8%-
HSV(B)28.03º89.05%53.73%-
XYZ12.729.991.71-
YUV84.9488.53165.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=61.16%
G=32.14%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137721500.470.890.4628.0380.2629.8
Hex8948F02F592E1c501e
Octal21111017057131563412036
Binary10001001100100011110101111101100110111011100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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