#813C34

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

Shades of Prairie Sand #813C34

Tints of Prairie Sand #813C34

Color information

#813C34 (or 0x813C34) is unknown color: approx Prairie Sand. HEX triplet: 81, 3C and 34. RGB value is (129,60,52). Sum of RGB (Red+Green+Blue) = 129+60+52=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C34 is #7EC3CB. Grayscale: #4F4F4F. Windows color (decimal): -8307660 or 3423361. OLE color: 3423361.

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

Color convert

RGB1296052-
CMYK00.530.600.49
HSL6.23º42.54%35.49%-
HSV(B)6.23º59.69%50.59%-
XYZ11.298.154.23-
YUV79.72112.36163.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=53.53%
G=24.90%
B=21.58%

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
Decimal129605200.530.600.496.2342.5435.49
Hex813C340353C3162b23
Octal2017464065746165343
Binary100000011111001101000110101111100110001110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,52); }

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

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

 a { background-color: rgb(129,60,52); }

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

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

 span { border-color: rgb(129,60,52); }

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