Shades of Prairie Sand #863F2F
Tints of Prairie Sand #863F2F
RGB
CMYK
RGB Variations
Color information
#863F2F (or 0x863F2F) is known color: Prairie Sand. HEX triplet: 86, 3F and 2F. RGB value is (134,63,47). Sum of RGB (Red+Green+Blue) = 134+63+47=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #863F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F2F is #79C0D0. Grayscale: #525252. Windows color (decimal): -7979217 or 3096454. OLE color: 3096454.
HSL color Cylindrical-coordinate representation of color #863F2F: hue angle of 11.03º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863F2F is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 47 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.47 |
| HSL | 11.03º | 0.48% | 0.35% | - |
| HSV(B) | 11.03º | 0.65% | 0.53% | - |
| XYZ | 12.12 | 8.83 | 3.75 | - |
| YUV | 82.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 47 | 0 | 0.53 | 0.65 | 0.47 | 11.03 | 0.48 | 0.35 |
| Hex | 86 | 3F | 2F | 0 | 35 | 41 | 2F | B | 30 | 23 |
| Octal | 206 | 77 | 57 | 0 | 65 | 101 | 57 | 13 | 60 | 43 |
| Binary | 10000110 | 111111 | 101111 | 0 | 110101 | 1000001 | 101111 | 1011 | 110000 | 100011 |
Color Harmonies of #863F2F
Complementary color
Monochromatic Colors of #863F2F
Black with #863F2F
Text Example
Text Example
White with #863F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F2F; }
p { color: rgb(134,63,47); }
H1.HeaderClassName
{
color: #863F2F;
}
.AnyTagClassName
{
color: #863F2F;
}
</style>
background-color css
<style>
a { background-color: #863F2F; }
a { background-color: rgb(134,63,47); }
div.DivClassName
{
background-color: #863F2F;
}
.BgClassName
{
background-color: #863F2F;
}
</style>
border-color css
<style>
span { border-color: #863F2F; }
span { border-color: rgb(134,63,47); }
td.TdClassName
{
border-color: #863F2F;
}
.TagClassName
{
border-color: #863F2F;
}
</style>