#813D32

Color #813D32 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #813D32

Tints of Prairie Sand #813D32

Color information

#813D32 (or 0x813D32) is unknown color: approx Prairie Sand. HEX triplet: 81, 3D and 32. RGB value is (129,61,50). Sum of RGB (Red+Green+Blue) = 129+61+50=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #813D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D32 is #7EC2CD. Grayscale: #505050. Windows color (decimal): -8307406 or 3292545. OLE color: 3292545.

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

Color convert

RGB1296150-
CMYK00.530.610.49
HSL8.35º44.13%35.1%-
HSV(B)8.35º61.24%50.59%-
XYZ11.38.234.01-
YUV80.08111.03162.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=53.75%
G=25.42%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129615000.530.610.498.3544.1335.1
Hex813D320353D3182c23
Octal20175620657561105443
Binary1000000111110111001001101011111011100011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,61,50); }

 H1.HeaderClassName
 {
   color: #813D32;
 }
 .AnyTagClassName
 {
   color: #813D32;
 }
</style>
background-color css

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

 a { background-color: rgb(129,61,50); }

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

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

 span { border-color: rgb(129,61,50); }

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