Html Css Color HEX #814220 Russet

📋 copy color: '#814220'

red 129 ◦ green 66 ◦ blue 32

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

Shades of Russet #814220

Tints of Russet #814220

RGB

 RED value IS 129 (50.78% from 255) = 56.83%

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

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

R = 56.83%
G = 29.07%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#814220 (or 0x814220) is known color: Russet. HEX triplet: 81, 42 and 20. RGB value is (129,66,32). Sum of RGB (Red+Green+Blue) = 129+66+32=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #814220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814220 is #7EBDDF. Grayscale: #515151. Windows color (decimal): -8306144 or 2114177. OLE color: 2114177.

HSL color Cylindrical-coordinate representation of color #814220: hue angle of 21.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #814220 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 32 -
CMYK 0 0.49 0.75 0.49
HSL 21.03º 0.6% 0.32% -
HSV(B) 21.03º 0.75% 0.51% -
XYZ 11.26 8.67 2.45 -
YUV 80.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 129 66 32 0 0.49 0.75 0.49 21.03 0.6 0.32
Hex 81 42 20 0 31 4B 31 15 3C 20
Octal 201 102 40 0 61 113 61 25 74 40
Binary 10000001 1000010 100000 0 110001 1001011 110001 10101 111100 100000

Color Harmonies of #814220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814220

Black with #814220

Text Example


Text Example

White with #814220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814220; }

 p { color: rgb(129,66,32); }

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

background-color css

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

 a { background-color: rgb(129,66,32); }

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

border-color css

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

 span { border-color: rgb(129,66,32); }

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