#894E0C

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

Shades of Saddle Brown #894E0C

Tints of Saddle Brown #894E0C

Color information

#894E0C (or 0x894E0C) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 0C. RGB value is (137,78,12). Sum of RGB (Red+Green+Blue) = 137+78+12=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #894E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E0C is #76B1F3. Grayscale: #585858. Windows color (decimal): -7778804 or 806537. OLE color: 806537.

HSL color Cylindrical-coordinate representation of color #894E0C: hue angle of 31.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #894E0C is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1377812-
CMYK00.430.910.46
HSL31.68º83.89%29.22%-
HSV(B)31.68º91.24%53.73%-
XYZ13.1110.791.74-
YUV88.1285.05162.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=60.35%
G=34.36%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137781200.430.910.4631.6883.8929.22
Hex894EC02B5B2E20541d
Octal21111614053133564012435
Binary100010011001110110001010111011011101110100000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E0C; }

 p { color: rgb(137,78,12); }

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

<style>
 a { background-color: #894E0C; }

 a { background-color: rgb(137,78,12); }

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

<style>
 span { border-color: #894E0C; }

 span { border-color: rgb(137,78,12); }

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