Html Css Color HEX #804223 Russet

📋 copy color: '#804223'

red 128 ◦ green 66 ◦ blue 35

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

Shades of Russet #804223

Tints of Russet #804223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 55.9%
G = 28.82%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#804223 (or 0x804223) is known color: Russet. HEX triplet: 80, 42 and 23. RGB value is (128,66,35). Sum of RGB (Red+Green+Blue) = 128+66+35=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804223 is #7FBDDC. Grayscale: #515151. Windows color (decimal): -8371677 or 2310784. OLE color: 2310784.

HSL color Cylindrical-coordinate representation of color #804223: hue angle of 20º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #804223 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 35 -
CMYK 0 0.48 0.73 0.50
HSL 20º 0.57% 0.32% -
HSV(B) 20º 0.73% 0.5% -
XYZ 11.15 8.61 2.66 -
YUV 81 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 128 66 35 0 0.48 0.73 0.50 20 0.57 0.32
Hex 80 42 23 0 30 49 32 14 39 20
Octal 200 102 43 0 60 111 62 24 71 40
Binary 10000000 1000010 100011 0 110000 1001001 110010 10100 111001 100000

Color Harmonies of #804223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804223

Black with #804223

Text Example


Text Example

White with #804223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804223; }

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

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

background-color css

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

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

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

border-color css

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

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

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