#804404

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

Shades of Saddle Brown #804404

Tints of Saddle Brown #804404

Color information

#804404 (or 0x804404) is unknown color: approx Saddle Brown. HEX triplet: 80, 44 and 04. RGB value is (128,68,4). Sum of RGB (Red+Green+Blue) = 128+68+4=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804404 is #7FBBFB. Grayscale: #4E4E4E. Windows color (decimal): -8371196 or 279680. OLE color: 279680.

HSL color Cylindrical-coordinate representation of color #804404: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #804404 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB128684-
CMYK00.470.970.50
HSL30.97º93.94%25.88%-
HSV(B)30.97º96.88%50.2%-
XYZ10.998.731.22-
YUV78.6485.88163.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 4 (1.95% from 255) = 2%
R=64%
G=34%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12868400.470.970.5030.9793.9425.88
Hex8044402F61321f5e1a
Octal2001044057141623713632
Binary1000000010001001000101111110000111001011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804404; }

 p { color: rgb(128,68,4); }

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

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

 a { background-color: rgb(128,68,4); }

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

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

 span { border-color: rgb(128,68,4); }

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