Html Css Color HEX #804204 Saddle Brown

📋 copy color: '#804204'

red 128 ◦ green 66 ◦ blue 4

#804204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #804204

Tints of Saddle Brown #804204

RGB

 RED value IS 128 (50.39% from 255) = 64.65%

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 64.65%
G = 33.33%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#804204 (or 0x804204) is known color: Saddle Brown. HEX triplet: 80, 42 and 04. RGB value is (128,66,4). Sum of RGB (Red+Green+Blue) = 128+66+4=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #804204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804204 is #7FBDFB. Grayscale: #4D4D4D. Windows color (decimal): -8371708 or 279168. OLE color: 279168.

HSL color Cylindrical-coordinate representation of color #804204: hue angle of 30º 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 #804204 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 4 -
CMYK 0 0.48 0.97 0.50
HSL 30º 0.94% 0.26% -
HSV(B) 30º 0.97% 0.5% -
XYZ 10.87 8.49 1.18 -
YUV 77.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 128 66 4 0 0.48 0.97 0.50 30 0.94 0.26
Hex 80 42 4 0 30 61 32 1E 5E 1A
Octal 200 102 4 0 60 141 62 36 136 32
Binary 10000000 1000010 100 0 110000 1100001 110010 11110 1011110 11010

Color Harmonies of #804204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804204

Black with #804204

Text Example


Text Example

White with #804204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804204; }

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

 H1.HeaderClassName
 {
   color: #804204;
 }
 .AnyTagClassName
 {
   color: #804204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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