Html Css Color HEX #813E31 Prairie Sand

📋 copy color: '#813E31'

red 129 ◦ green 62 ◦ blue 49

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

Shades of Prairie Sand #813E31

Tints of Prairie Sand #813E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 53.75%
G = 25.83%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#813E31 (or 0x813E31) is known color: Prairie Sand. HEX triplet: 81, 3E and 31. RGB value is (129,62,49). Sum of RGB (Red+Green+Blue) = 129+62+49=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #813E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E31 is #7EC1CE. Grayscale: #505050. Windows color (decimal): -8307151 or 3227265. OLE color: 3227265.

HSL color Cylindrical-coordinate representation of color #813E31: hue angle of 9.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813E31 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 62 49 -
CMYK 0 0.52 0.62 0.49
HSL 9.75º 0.45% 0.35% -
HSV(B) 9.75º 0.62% 0.51% -
XYZ 11.33 8.33 3.92 -
YUV 80.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 129 62 49 0 0.52 0.62 0.49 9.75 0.45 0.35
Hex 81 3E 31 0 34 3E 31 A 2D 23
Octal 201 76 61 0 64 76 61 12 55 43
Binary 10000001 111110 110001 0 110100 111110 110001 1010 101101 100011

Color Harmonies of #813E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E31

Black with #813E31

Text Example


Text Example

White with #813E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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