Html Css Color HEX #804820 Russet

📋 copy color: '#804820'

red 128 ◦ green 72 ◦ blue 32

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

Shades of Russet #804820

Tints of Russet #804820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 55.17%
G = 31.03%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#804820 (or 0x804820) is known color: Russet. HEX triplet: 80, 48 and 20. RGB value is (128,72,32). Sum of RGB (Red+Green+Blue) = 128+72+32=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804820 is #7FB7DF. Grayscale: #545454. Windows color (decimal): -8370144 or 2115712. OLE color: 2115712.

HSL color Cylindrical-coordinate representation of color #804820: hue angle of 25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #804820 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 32 -
CMYK 0 0.44 0.75 0.50
HSL 25º 0.6% 0.31% -
HSV(B) 25º 0.75% 0.5% -
XYZ 11.48 9.33 2.56 -
YUV 84.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 128 72 32 0 0.44 0.75 0.50 25 0.6 0.31
Hex 80 48 20 0 2C 4B 32 19 3C 1F
Octal 200 110 40 0 54 113 62 31 74 37
Binary 10000000 1001000 100000 0 101100 1001011 110010 11001 111100 11111

Color Harmonies of #804820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804820

Black with #804820

Text Example


Text Example

White with #804820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804820; }

 p { color: rgb(128,72,32); }

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

background-color css

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

 a { background-color: rgb(128,72,32); }

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

border-color css

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

 span { border-color: rgb(128,72,32); }

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