#893E14

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

Shades of Saddle Brown #893E14

Tints of Saddle Brown #893E14

Color information

#893E14 (or 0x893E14) is unknown color: approx Saddle Brown. HEX triplet: 89, 3E and 14. RGB value is (137,62,20). Sum of RGB (Red+Green+Blue) = 137+62+20=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #893E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893E14 is #76C1EB. Grayscale: #4F4F4F. Windows color (decimal): -7782892 or 1326729. OLE color: 1326729.

HSL color Cylindrical-coordinate representation of color #893E14: hue angle of 21.54º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #893E14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1376220-
CMYK00.550.850.46
HSL21.54º74.52%30.78%-
HSV(B)21.54º85.4%53.73%-
XYZ12.178.811.72-
YUV79.6494.35168.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.56%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=62.56%
G=28.31%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137622000.550.850.4621.5474.5230.78
Hex893E14037552E164b1f
Octal2117624067125562611337
Binary10001001111110101000110111101010110111010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E14; }

 p { color: rgb(137,62,20); }

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

<style>
 a { background-color: #893E14; }

 a { background-color: rgb(137,62,20); }

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

<style>
 span { border-color: #893E14; }

 span { border-color: rgb(137,62,20); }

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