#894005

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

Shades of Saddle Brown #894005

Tints of Saddle Brown #894005

Color information

#894005 (or 0x894005) is unknown color: approx Saddle Brown. HEX triplet: 89, 40 and 05. RGB value is (137,64,5). Sum of RGB (Red+Green+Blue) = 137+64+5=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #894005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894005 is #76BFFA. Grayscale: #4F4F4F. Windows color (decimal): -7782395 or 344201. OLE color: 344201.

HSL color Cylindrical-coordinate representation of color #894005: hue angle of 26.82º degrees, saturation: 0.93, 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 #894005 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137645-
CMYK00.530.960.46
HSL26.82º92.96%27.84%-
HSV(B)26.82º96.35%53.73%-
XYZ12.1891.24-
YUV79.186.18169.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.50%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=66.50%
G=31.07%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13764500.530.960.4626.8292.9627.84
Hex89405035602E1b5d1c
Octal2111005065140563313534
Binary1000100110000001010110101110000010111011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894005; }

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

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

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

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

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

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

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

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