Html Css Color HEX #814221 Russet

📋 copy color: '#814221'

red 129 ◦ green 66 ◦ blue 33

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

Shades of Russet #814221

Tints of Russet #814221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 56.58%
G = 28.95%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#814221 (or 0x814221) is known color: Russet. HEX triplet: 81, 42 and 21. RGB value is (129,66,33). Sum of RGB (Red+Green+Blue) = 129+66+33=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #814221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814221 is #7EBDDE. Grayscale: #515151. Windows color (decimal): -8306143 or 2179713. OLE color: 2179713.

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

Color convert

RGB 129 66 33 -
CMYK 0 0.49 0.74 0.49
HSL 20.63º 0.59% 0.32% -
HSV(B) 20.63º 0.74% 0.51% -
XYZ 11.28 8.67 2.52 -
YUV 81.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 129 66 33 0 0.49 0.74 0.49 20.63 0.59 0.32
Hex 81 42 21 0 31 4A 31 15 3B 20
Octal 201 102 41 0 61 112 61 25 73 40
Binary 10000001 1000010 100001 0 110001 1001010 110001 10101 111011 100000

Color Harmonies of #814221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814221

Black with #814221

Text Example


Text Example

White with #814221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814221; }

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

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

background-color css

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

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

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

border-color css

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

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

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