Html Css Color HEX #813E20 Russet

📋 copy color: '#813E20'

red 129 ◦ green 62 ◦ blue 32

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

Shades of Russet #813E20

Tints of Russet #813E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.8%

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

R = 57.85%
G = 27.8%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#813E20 (or 0x813E20) is known color: Russet. HEX triplet: 81, 3E and 20. RGB value is (129,62,32). Sum of RGB (Red+Green+Blue) = 129+62+32=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #813E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E20 is #7EC1DF. Grayscale: #4E4E4E. Windows color (decimal): -8307168 or 2113153. OLE color: 2113153.

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

Color convert

RGB 129 62 32 -
CMYK 0 0.52 0.75 0.49
HSL 18.56º 0.6% 0.32% -
HSV(B) 18.56º 0.75% 0.51% -
XYZ 11.04 8.22 2.37 -
YUV 78.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 129 62 32 0 0.52 0.75 0.49 18.56 0.6 0.32
Hex 81 3E 20 0 34 4B 31 13 3C 20
Octal 201 76 40 0 64 113 61 23 74 40
Binary 10000001 111110 100000 0 110100 1001011 110001 10011 111100 100000

Color Harmonies of #813E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E20

Black with #813E20

Text Example


Text Example

White with #813E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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