#813D33

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

Shades of Prairie Sand #813D33

Tints of Prairie Sand #813D33

Color information

#813D33 (or 0x813D33) is unknown color: approx Prairie Sand. HEX triplet: 81, 3D and 33. RGB value is (129,61,51). Sum of RGB (Red+Green+Blue) = 129+61+51=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D33 is #7EC2CC. Grayscale: #505050. Windows color (decimal): -8307405 or 3358081. OLE color: 3358081.

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

Color convert

RGB1296151-
CMYK00.530.600.49
HSL7.69º43.33%35.29%-
HSV(B)7.69º60.47%50.59%-
XYZ11.328.244.13-
YUV80.19111.53162.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=53.53%
G=25.31%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129615100.530.600.497.6943.3335.29
Hex813D330353C3182b23
Octal20175630657461105343
Binary1000000111110111001101101011111001100011000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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