Html Css Color HEX #814620 Russet

📋 copy color: '#814620'

red 129 ◦ green 70 ◦ blue 32

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

Shades of Russet #814620

Tints of Russet #814620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 55.84%
G = 30.3%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#814620 (or 0x814620) is known color: Russet. HEX triplet: 81, 46 and 20. RGB value is (129,70,32). Sum of RGB (Red+Green+Blue) = 129+70+32=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814620 is #7EB9DF. Grayscale: #535353. Windows color (decimal): -8305120 or 2115201. OLE color: 2115201.

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

Color convert

RGB 129 70 32 -
CMYK 0 0.46 0.75 0.49
HSL 23.51º 0.6% 0.32% -
HSV(B) 23.51º 0.75% 0.51% -
XYZ 11.5 9.15 2.53 -
YUV 83.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 129 70 32 0 0.46 0.75 0.49 23.51 0.6 0.32
Hex 81 46 20 0 2E 4B 31 18 3C 20
Octal 201 106 40 0 56 113 61 30 74 40
Binary 10000001 1000110 100000 0 101110 1001011 110001 11000 111100 100000

Color Harmonies of #814620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814620

Black with #814620

Text Example


Text Example

White with #814620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814620; }

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

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

background-color css

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

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

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

border-color css

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

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

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