Html Css Color HEX #804920 Russet

📋 copy color: '#804920'

red 128 ◦ green 73 ◦ blue 32

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

Shades of Russet #804920

Tints of Russet #804920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 54.94%
G = 31.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#804920 (or 0x804920) is known color: Russet. HEX triplet: 80, 49 and 20. RGB value is (128,73,32). Sum of RGB (Red+Green+Blue) = 128+73+32=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804920 is #7FB6DF. Grayscale: #545454. Windows color (decimal): -8369888 or 2115968. OLE color: 2115968.

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

Color convert

RGB 128 73 32 -
CMYK 0 0.43 0.75 0.50
HSL 25.63º 0.6% 0.31% -
HSV(B) 25.63º 0.75% 0.5% -
XYZ 11.55 9.46 2.58 -
YUV 84.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 128 73 32 0 0.43 0.75 0.50 25.63 0.6 0.31
Hex 80 49 20 0 2B 4B 32 1A 3C 1F
Octal 200 111 40 0 53 113 62 32 74 37
Binary 10000000 1001001 100000 0 101011 1001011 110010 11010 111100 11111

Color Harmonies of #804920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804920

Black with #804920

Text Example


Text Example

White with #804920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804920; }

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

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

background-color css

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

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

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

border-color css

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

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

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