#813D2D

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

Shades of Prairie Sand #813D2D

Tints of Prairie Sand #813D2D

Color information

#813D2D (or 0x813D2D) is unknown color: approx Prairie Sand. HEX triplet: 81, 3D and 2D. RGB value is (129,61,45). Sum of RGB (Red+Green+Blue) = 129+61+45=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D2D is #7EC2D2. Grayscale: #4F4F4F. Windows color (decimal): -8307411 or 2964865. OLE color: 2964865.

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

Color convert

RGB1296145-
CMYK00.530.650.49
HSL11.43º48.28%34.12%-
HSV(B)11.43º65.12%50.59%-
XYZ11.28.193.47-
YUV79.51108.53163.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=54.89%
G=25.96%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129614500.530.650.4911.4348.2834.12
Hex813D2D0354131b3022
Octal201755506510161136042
Binary10000001111101101101011010110000011100011011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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