Html Css Color HEX #804320 Russet

📋 copy color: '#804320'

red 128 ◦ green 67 ◦ blue 32

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

Shades of Russet #804320

Tints of Russet #804320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 56.39%
G = 29.52%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#804320 (or 0x804320) is known color: Russet. HEX triplet: 80, 43 and 20. RGB value is (128,67,32). Sum of RGB (Red+Green+Blue) = 128+67+32=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #804320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804320 is #7FBCDF. Grayscale: #515151. Windows color (decimal): -8371424 or 2114432. OLE color: 2114432.

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

Color convert

RGB 128 67 32 -
CMYK 0 0.48 0.75 0.50
HSL 21.88º 0.6% 0.31% -
HSV(B) 21.88º 0.75% 0.5% -
XYZ 11.17 8.71 2.46 -
YUV 81.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 128 67 32 0 0.48 0.75 0.50 21.88 0.6 0.31
Hex 80 43 20 0 30 4B 32 16 3C 1F
Octal 200 103 40 0 60 113 62 26 74 37
Binary 10000000 1000011 100000 0 110000 1001011 110010 10110 111100 11111

Color Harmonies of #804320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804320

Black with #804320

Text Example


Text Example

White with #804320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804320; }

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

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

background-color css

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

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

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

border-color css

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

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

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