Shades of Prairie Sand #8B4237
Tints of Prairie Sand #8B4237
RGB
CMYK
RGB Variations
Color information
#8B4237 (or 0x8B4237) is known color: Prairie Sand. HEX triplet: 8B, 42 and 37. RGB value is (139,66,55). Sum of RGB (Red+Green+Blue) = 139+66+55=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4237 is #74BDC8. Grayscale: #565656. Windows color (decimal): -7650761 or 3621515. OLE color: 3621515.
HSL color Cylindrical-coordinate representation of color #8B4237: hue angle of 7.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B4237 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 55 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.45 |
| HSL | 7.86º | 0.43% | 0.38% | - |
| HSV(B) | 7.86º | 0.6% | 0.55% | - |
| XYZ | 13.29 | 9.66 | 4.78 | - |
| YUV | 86.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 55 | 0 | 0.53 | 0.60 | 0.45 | 7.86 | 0.43 | 0.38 |
| Hex | 8B | 42 | 37 | 0 | 35 | 3C | 2D | 8 | 2B | 26 |
| Octal | 213 | 102 | 67 | 0 | 65 | 74 | 55 | 10 | 53 | 46 |
| Binary | 10001011 | 1000010 | 110111 | 0 | 110101 | 111100 | 101101 | 1000 | 101011 | 100110 |
Color Harmonies of #8B4237
Complementary color
Monochromatic Colors of #8B4237
Black with #8B4237
Text Example
Text Example
White with #8B4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4237; }
p { color: rgb(139,66,55); }
H1.HeaderClassName
{
color: #8B4237;
}
.AnyTagClassName
{
color: #8B4237;
}
</style>
background-color css
<style>
a { background-color: #8B4237; }
a { background-color: rgb(139,66,55); }
div.DivClassName
{
background-color: #8B4237;
}
.BgClassName
{
background-color: #8B4237;
}
</style>
border-color css
<style>
span { border-color: #8B4237; }
span { border-color: rgb(139,66,55); }
td.TdClassName
{
border-color: #8B4237;
}
.TagClassName
{
border-color: #8B4237;
}
</style>