Shades of Prairie Sand #813F30
Tints of Prairie Sand #813F30
RGB
CMYK
RGB Variations
Color information
#813F30 (or 0x813F30) is known color: Prairie Sand. HEX triplet: 81, 3F and 30. RGB value is (129,63,48). Sum of RGB (Red+Green+Blue) = 129+63+48=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #813F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F30 is #7EC0CF. Grayscale: #515151. Windows color (decimal): -8306896 or 3161985. OLE color: 3161985.
HSL color Cylindrical-coordinate representation of color #813F30: hue angle of 11.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813F30 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 48 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.49 |
| HSL | 11.11º | 0.46% | 0.35% | - |
| HSV(B) | 11.11º | 0.63% | 0.51% | - |
| XYZ | 11.36 | 8.44 | 3.83 | - |
| YUV | 81.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 48 | 0 | 0.51 | 0.63 | 0.49 | 11.11 | 0.46 | 0.35 |
| Hex | 81 | 3F | 30 | 0 | 33 | 3F | 31 | B | 2E | 23 |
| Octal | 201 | 77 | 60 | 0 | 63 | 77 | 61 | 13 | 56 | 43 |
| Binary | 10000001 | 111111 | 110000 | 0 | 110011 | 111111 | 110001 | 1011 | 101110 | 100011 |
Color Harmonies of #813F30
Complementary color
Monochromatic Colors of #813F30
Black with #813F30
Text Example
Text Example
White with #813F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F30; }
p { color: rgb(129,63,48); }
H1.HeaderClassName
{
color: #813F30;
}
.AnyTagClassName
{
color: #813F30;
}
</style>
background-color css
<style>
a { background-color: #813F30; }
a { background-color: rgb(129,63,48); }
div.DivClassName
{
background-color: #813F30;
}
.BgClassName
{
background-color: #813F30;
}
</style>
border-color css
<style>
span { border-color: #813F30; }
span { border-color: rgb(129,63,48); }
td.TdClassName
{
border-color: #813F30;
}
.TagClassName
{
border-color: #813F30;
}
</style>