Shades of Prairie Sand #863D37
Tints of Prairie Sand #863D37
RGB
CMYK
RGB Variations
Color information
#863D37 (or 0x863D37) is known color: Prairie Sand. HEX triplet: 86, 3D and 37. RGB value is (134,61,55). Sum of RGB (Red+Green+Blue) = 134+61+55=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D37 is #79C2C8. Grayscale: #525252. Windows color (decimal): -7979721 or 3620230. OLE color: 3620230.
HSL color Cylindrical-coordinate representation of color #863D37: hue angle of 4.56º 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 #863D37 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 55 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.47 |
| HSL | 4.56º | 0.42% | 0.37% | - |
| HSV(B) | 4.56º | 0.59% | 0.53% | - |
| XYZ | 12.19 | 8.68 | 4.65 | - |
| YUV | 82.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 55 | 0 | 0.54 | 0.59 | 0.47 | 4.56 | 0.42 | 0.37 |
| Hex | 86 | 3D | 37 | 0 | 36 | 3B | 2F | 5 | 2A | 25 |
| Octal | 206 | 75 | 67 | 0 | 66 | 73 | 57 | 5 | 52 | 45 |
| Binary | 10000110 | 111101 | 110111 | 0 | 110110 | 111011 | 101111 | 101 | 101010 | 100101 |
Color Harmonies of #863D37
Complementary color
Monochromatic Colors of #863D37
Black with #863D37
Text Example
Text Example
White with #863D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D37; }
p { color: rgb(134,61,55); }
H1.HeaderClassName
{
color: #863D37;
}
.AnyTagClassName
{
color: #863D37;
}
</style>
background-color css
<style>
a { background-color: #863D37; }
a { background-color: rgb(134,61,55); }
div.DivClassName
{
background-color: #863D37;
}
.BgClassName
{
background-color: #863D37;
}
</style>
border-color css
<style>
span { border-color: #863D37; }
span { border-color: rgb(134,61,55); }
td.TdClassName
{
border-color: #863D37;
}
.TagClassName
{
border-color: #863D37;
}
</style>