Shades of Prairie Sand #863E37
Tints of Prairie Sand #863E37
RGB
CMYK
RGB Variations
Color information
#863E37 (or 0x863E37) is known color: Prairie Sand. HEX triplet: 86, 3E and 37. RGB value is (134,62,55). Sum of RGB (Red+Green+Blue) = 134+62+55=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E37 is #79C1C8. Grayscale: #525252. Windows color (decimal): -7979465 or 3620486. OLE color: 3620486.
HSL color Cylindrical-coordinate representation of color #863E37: hue angle of 5.32º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863E37 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 55 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.47 |
| HSL | 5.32º | 0.42% | 0.37% | - |
| HSV(B) | 5.32º | 0.59% | 0.53% | - |
| XYZ | 12.24 | 8.79 | 4.67 | - |
| YUV | 82.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 55 | 0 | 0.54 | 0.59 | 0.47 | 5.32 | 0.42 | 0.37 |
| Hex | 86 | 3E | 37 | 0 | 36 | 3B | 2F | 5 | 2A | 25 |
| Octal | 206 | 76 | 67 | 0 | 66 | 73 | 57 | 5 | 52 | 45 |
| Binary | 10000110 | 111110 | 110111 | 0 | 110110 | 111011 | 101111 | 101 | 101010 | 100101 |
Color Harmonies of #863E37
Complementary color
Monochromatic Colors of #863E37
Black with #863E37
Text Example
Text Example
White with #863E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E37; }
p { color: rgb(134,62,55); }
H1.HeaderClassName
{
color: #863E37;
}
.AnyTagClassName
{
color: #863E37;
}
</style>
background-color css
<style>
a { background-color: #863E37; }
a { background-color: rgb(134,62,55); }
div.DivClassName
{
background-color: #863E37;
}
.BgClassName
{
background-color: #863E37;
}
</style>
border-color css
<style>
span { border-color: #863E37; }
span { border-color: rgb(134,62,55); }
td.TdClassName
{
border-color: #863E37;
}
.TagClassName
{
border-color: #863E37;
}
</style>