Shades of Prairie Sand #863B31
Tints of Prairie Sand #863B31
RGB
CMYK
RGB Variations
Color information
#863B31 (or 0x863B31) is known color: Prairie Sand. HEX triplet: 86, 3B and 31. RGB value is (134,59,49). Sum of RGB (Red+Green+Blue) = 134+59+49=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B31 is #79C4CE. Grayscale: #505050. Windows color (decimal): -7980239 or 3226502. OLE color: 3226502.
HSL color Cylindrical-coordinate representation of color #863B31: hue angle of 7.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863B31 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 49 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.47 |
| HSL | 7.06º | 0.46% | 0.36% | - |
| HSV(B) | 7.06º | 0.63% | 0.53% | - |
| XYZ | 11.95 | 8.42 | 3.9 | - |
| YUV | 80.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 49 | 0 | 0.56 | 0.63 | 0.47 | 7.06 | 0.46 | 0.36 |
| Hex | 86 | 3B | 31 | 0 | 38 | 3F | 2F | 7 | 2E | 24 |
| Octal | 206 | 73 | 61 | 0 | 70 | 77 | 57 | 7 | 56 | 44 |
| Binary | 10000110 | 111011 | 110001 | 0 | 111000 | 111111 | 101111 | 111 | 101110 | 100100 |
Color Harmonies of #863B31
Complementary color
Monochromatic Colors of #863B31
Black with #863B31
Text Example
Text Example
White with #863B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B31; }
p { color: rgb(134,59,49); }
H1.HeaderClassName
{
color: #863B31;
}
.AnyTagClassName
{
color: #863B31;
}
</style>
background-color css
<style>
a { background-color: #863B31; }
a { background-color: rgb(134,59,49); }
div.DivClassName
{
background-color: #863B31;
}
.BgClassName
{
background-color: #863B31;
}
</style>
border-color css
<style>
span { border-color: #863B31; }
span { border-color: rgb(134,59,49); }
td.TdClassName
{
border-color: #863B31;
}
.TagClassName
{
border-color: #863B31;
}
</style>