Shades of Prairie Sand #8B403A
Tints of Prairie Sand #8B403A
RGB
CMYK
RGB Variations
Color information
#8B403A (or 0x8B403A) is known color: Prairie Sand. HEX triplet: 8B, 40 and 3A. RGB value is (139,64,58). Sum of RGB (Red+Green+Blue) = 139+64+58=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B403A is #74BFC5. Grayscale: #555555. Windows color (decimal): -7651270 or 3817611. OLE color: 3817611.
HSL color Cylindrical-coordinate representation of color #8B403A: hue angle of 4.44º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B403A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 58 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.45 |
| HSL | 4.44º | 0.41% | 0.39% | - |
| HSV(B) | 4.44º | 0.58% | 0.55% | - |
| XYZ | 13.24 | 9.46 | 5.13 | - |
| YUV | 85.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 58 | 0 | 0.54 | 0.58 | 0.45 | 4.44 | 0.41 | 0.39 |
| Hex | 8B | 40 | 3A | 0 | 36 | 3A | 2D | 4 | 29 | 27 |
| Octal | 213 | 100 | 72 | 0 | 66 | 72 | 55 | 4 | 51 | 47 |
| Binary | 10001011 | 1000000 | 111010 | 0 | 110110 | 111010 | 101101 | 100 | 101001 | 100111 |
Color Harmonies of #8B403A
Complementary color
Monochromatic Colors of #8B403A
Black with #8B403A
Text Example
Text Example
White with #8B403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B403A; }
p { color: rgb(139,64,58); }
H1.HeaderClassName
{
color: #8B403A;
}
.AnyTagClassName
{
color: #8B403A;
}
</style>
background-color css
<style>
a { background-color: #8B403A; }
a { background-color: rgb(139,64,58); }
div.DivClassName
{
background-color: #8B403A;
}
.BgClassName
{
background-color: #8B403A;
}
</style>
border-color css
<style>
span { border-color: #8B403A; }
span { border-color: rgb(139,64,58); }
td.TdClassName
{
border-color: #8B403A;
}
.TagClassName
{
border-color: #8B403A;
}
</style>