Html Css Color HEX #804120 Russet

📋 copy color: '#804120'

red 128 ◦ green 65 ◦ blue 32

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

Shades of Russet #804120

Tints of Russet #804120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 56.89%
G = 28.89%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#804120 (or 0x804120) is known color: Russet. HEX triplet: 80, 41 and 20. RGB value is (128,65,32). Sum of RGB (Red+Green+Blue) = 128+65+32=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #804120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804120 is #7FBEDF. Grayscale: #505050. Windows color (decimal): -8371936 or 2113920. OLE color: 2113920.

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

Color convert

RGB 128 65 32 -
CMYK 0 0.49 0.75 0.50
HSL 20.63º 0.6% 0.31% -
HSV(B) 20.63º 0.75% 0.5% -
XYZ 11.05 8.47 2.42 -
YUV 80.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 128 65 32 0 0.49 0.75 0.50 20.63 0.6 0.31
Hex 80 41 20 0 31 4B 32 15 3C 1F
Octal 200 101 40 0 61 113 62 25 74 37
Binary 10000000 1000001 100000 0 110001 1001011 110010 10101 111100 11111

Color Harmonies of #804120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804120

Black with #804120

Text Example


Text Example

White with #804120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804120; }

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

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

background-color css

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

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

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

border-color css

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

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

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