#813A34

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

Shades of Prairie Sand #813A34

Tints of Prairie Sand #813A34

Color information

#813A34 (or 0x813A34) is unknown color: approx Prairie Sand. HEX triplet: 81, 3A and 34. RGB value is (129,58,52). Sum of RGB (Red+Green+Blue) = 129+58+52=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A34 is #7EC5CB. Grayscale: #4E4E4E. Windows color (decimal): -8308172 or 3422849. OLE color: 3422849.

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

Color convert

RGB1295852-
CMYK00.550.600.49
HSL4.68º42.54%35.49%-
HSV(B)4.68º59.69%50.59%-
XYZ11.197.944.19-
YUV78.54113.02163.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=53.97%
G=24.27%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129585200.550.600.494.6842.5435.49
Hex813A340373C3152b23
Octal2017264067746155343
Binary100000011110101101000110111111100110001101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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