Shades of Prairie Sand #8B4036
Tints of Prairie Sand #8B4036
RGB
CMYK
RGB Variations
Color information
#8B4036 (or 0x8B4036) is known color: Prairie Sand. HEX triplet: 8B, 40 and 36. RGB value is (139,64,54). Sum of RGB (Red+Green+Blue) = 139+64+54=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4036 is #74BFC9. Grayscale: #555555. Windows color (decimal): -7651274 or 3555467. OLE color: 3555467.
HSL color Cylindrical-coordinate representation of color #8B4036: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4036 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 54 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.45 |
| HSL | 7.06º | 0.44% | 0.38% | - |
| HSV(B) | 7.06º | 0.61% | 0.55% | - |
| XYZ | 13.15 | 9.42 | 4.62 | - |
| YUV | 85.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 54 | 0 | 0.54 | 0.61 | 0.45 | 7.06 | 0.44 | 0.38 |
| Hex | 8B | 40 | 36 | 0 | 36 | 3D | 2D | 7 | 2C | 26 |
| Octal | 213 | 100 | 66 | 0 | 66 | 75 | 55 | 7 | 54 | 46 |
| Binary | 10001011 | 1000000 | 110110 | 0 | 110110 | 111101 | 101101 | 111 | 101100 | 100110 |
Color Harmonies of #8B4036
Complementary color
Monochromatic Colors of #8B4036
Black with #8B4036
Text Example
Text Example
White with #8B4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4036; }
p { color: rgb(139,64,54); }
H1.HeaderClassName
{
color: #8B4036;
}
.AnyTagClassName
{
color: #8B4036;
}
</style>
background-color css
<style>
a { background-color: #8B4036; }
a { background-color: rgb(139,64,54); }
div.DivClassName
{
background-color: #8B4036;
}
.BgClassName
{
background-color: #8B4036;
}
</style>
border-color css
<style>
span { border-color: #8B4036; }
span { border-color: rgb(139,64,54); }
td.TdClassName
{
border-color: #8B4036;
}
.TagClassName
{
border-color: #8B4036;
}
</style>