#813B35

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

Shades of Prairie Sand #813B35

Tints of Prairie Sand #813B35

Color information

#813B35 (or 0x813B35) is unknown color: approx Prairie Sand. HEX triplet: 81, 3B and 35. RGB value is (129,59,53). Sum of RGB (Red+Green+Blue) = 129+59+53=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813B35 is #7EC4CA. Grayscale: #4F4F4F. Windows color (decimal): -8307915 or 3488641. OLE color: 3488641.

HSL color Cylindrical-coordinate representation of color #813B35: hue angle of 4.74º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813B35 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1295953-
CMYK00.540.590.49
HSL4.74º41.76%35.69%-
HSV(B)4.74º58.91%50.59%-
XYZ11.268.054.33-
YUV79.25113.19163.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=53.53%
G=24.48%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129595300.540.590.494.7441.7635.69
Hex813B350363B3152a24
Octal2017365066736155244
Binary100000011110111101010110110111011110001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,53); }

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

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

 a { background-color: rgb(129,59,53); }

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

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

 span { border-color: rgb(129,59,53); }

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