Shades of Prairie Sand #863C2F
Tints of Prairie Sand #863C2F
RGB
CMYK
RGB Variations
Color information
#863C2F (or 0x863C2F) is known color: Prairie Sand. HEX triplet: 86, 3C and 2F. RGB value is (134,60,47). Sum of RGB (Red+Green+Blue) = 134+60+47=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2F is #79C3D0. Grayscale: #505050. Windows color (decimal): -7979985 or 3095686. OLE color: 3095686.
HSL color Cylindrical-coordinate representation of color #863C2F: hue angle of 8.97º 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 #863C2F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 47 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.47 |
| HSL | 8.97º | 0.48% | 0.35% | - |
| HSV(B) | 8.97º | 0.65% | 0.53% | - |
| XYZ | 11.96 | 8.51 | 3.7 | - |
| YUV | 80.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 47 | 0 | 0.55 | 0.65 | 0.47 | 8.97 | 0.48 | 0.35 |
| Hex | 86 | 3C | 2F | 0 | 37 | 41 | 2F | 9 | 30 | 23 |
| Octal | 206 | 74 | 57 | 0 | 67 | 101 | 57 | 11 | 60 | 43 |
| Binary | 10000110 | 111100 | 101111 | 0 | 110111 | 1000001 | 101111 | 1001 | 110000 | 100011 |
Color Harmonies of #863C2F
Complementary color
Monochromatic Colors of #863C2F
Black with #863C2F
Text Example
Text Example
White with #863C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C2F; }
p { color: rgb(134,60,47); }
H1.HeaderClassName
{
color: #863C2F;
}
.AnyTagClassName
{
color: #863C2F;
}
</style>
background-color css
<style>
a { background-color: #863C2F; }
a { background-color: rgb(134,60,47); }
div.DivClassName
{
background-color: #863C2F;
}
.BgClassName
{
background-color: #863C2F;
}
</style>
border-color css
<style>
span { border-color: #863C2F; }
span { border-color: rgb(134,60,47); }
td.TdClassName
{
border-color: #863C2F;
}
.TagClassName
{
border-color: #863C2F;
}
</style>