Html Css Color HEX #814021 Russet

📋 copy color: '#814021'

red 129 ◦ green 64 ◦ blue 33

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

Shades of Russet #814021

Tints of Russet #814021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 57.08%
G = 28.32%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#814021 (or 0x814021) is known color: Russet. HEX triplet: 81, 40 and 21. RGB value is (129,64,33). Sum of RGB (Red+Green+Blue) = 129+64+33=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #814021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814021 is #7EBFDE. Grayscale: #505050. Windows color (decimal): -8306655 or 2179201. OLE color: 2179201.

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

Color convert

RGB 129 64 33 -
CMYK 0 0.50 0.74 0.49
HSL 19.38º 0.59% 0.32% -
HSV(B) 19.38º 0.74% 0.51% -
XYZ 11.16 8.44 2.48 -
YUV 79.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 129 64 33 0 0.50 0.74 0.49 19.38 0.59 0.32
Hex 81 40 21 0 32 4A 31 13 3B 20
Octal 201 100 41 0 62 112 61 23 73 40
Binary 10000001 1000000 100001 0 110010 1001010 110001 10011 111011 100000

Color Harmonies of #814021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814021

Black with #814021

Text Example


Text Example

White with #814021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814021; }

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

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

background-color css

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

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

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

border-color css

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

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

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