#894206

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

Shades of Saddle Brown #894206

Tints of Saddle Brown #894206

Color information

#894206 (or 0x894206) is unknown color: approx Saddle Brown. HEX triplet: 89, 42 and 06. RGB value is (137,66,6). Sum of RGB (Red+Green+Blue) = 137+66+6=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #894206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894206 is #76BDF9. Grayscale: #505050. Windows color (decimal): -7781882 or 410249. OLE color: 410249.

HSL color Cylindrical-coordinate representation of color #894206: hue angle of 27.48º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #894206 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137666-
CMYK00.520.960.46
HSL27.48º91.61%28.04%-
HSV(B)27.48º95.62%53.73%-
XYZ12.39.231.31-
YUV80.3986.02168.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.55%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 6 (2.73% from 255) = 2.87%
R=65.55%
G=31.58%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13766600.520.960.4627.4891.6128.04
Hex89426034602E1b5c1c
Octal2111026064140563313434
Binary1000100110000101100110100110000010111011011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894206; }

 p { color: rgb(137,66,6); }

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

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

 a { background-color: rgb(137,66,6); }

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

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

 span { border-color: rgb(137,66,6); }

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