Html Css Color HEX #804020 Russet

📋 copy color: '#804020'

red 128 ◦ green 64 ◦ blue 32

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

Shades of Russet #804020

Tints of Russet #804020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 57.14%
G = 28.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#804020 (or 0x804020) is known color: Russet. HEX triplet: 80, 40 and 20. RGB value is (128,64,32). Sum of RGB (Red+Green+Blue) = 128+64+32=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #804020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804020 is #7FBFDF. Grayscale: #4F4F4F. Windows color (decimal): -8372192 or 2113664. OLE color: 2113664.

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

Color convert

RGB 128 64 32 -
CMYK 0 0.5 0.75 0.50
HSL 20º 0.6% 0.31% -
HSV(B) 20º 0.75% 0.5% -
XYZ 11 8.36 2.4 -
YUV 79.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 128 64 32 0 0.5 0.75 0.50 20 0.6 0.31
Hex 80 40 20 0 32 4B 32 14 3C 1F
Octal 200 100 40 0 62 113 62 24 74 37
Binary 10000000 1000000 100000 0 110010 1001011 110010 10100 111100 11111

Color Harmonies of #804020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804020

Black with #804020

Text Example


Text Example

White with #804020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804020; }

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

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

background-color css

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

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

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

border-color css

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

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

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