Html Css Color HEX #814820 Russet

📋 copy color: '#814820'

red 129 ◦ green 72 ◦ blue 32

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

Shades of Russet #814820

Tints of Russet #814820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 55.36%
G = 30.9%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#814820 (or 0x814820) is known color: Russet. HEX triplet: 81, 48 and 20. RGB value is (129,72,32). Sum of RGB (Red+Green+Blue) = 129+72+32=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814820 is #7EB7DF. Grayscale: #545454. Windows color (decimal): -8304608 or 2115713. OLE color: 2115713.

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

Color convert

RGB 129 72 32 -
CMYK 0 0.44 0.75 0.49
HSL 24.74º 0.6% 0.32% -
HSV(B) 24.74º 0.75% 0.51% -
XYZ 11.63 9.41 2.57 -
YUV 84.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 129 72 32 0 0.44 0.75 0.49 24.74 0.6 0.32
Hex 81 48 20 0 2C 4B 31 19 3C 20
Octal 201 110 40 0 54 113 61 31 74 40
Binary 10000001 1001000 100000 0 101100 1001011 110001 11001 111100 100000

Color Harmonies of #814820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814820

Black with #814820

Text Example


Text Example

White with #814820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814820; }

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

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

background-color css

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

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

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

border-color css

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

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

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