Shades of Prairie Sand #8B413B
Tints of Prairie Sand #8B413B
RGB
CMYK
RGB Variations
Color information
#8B413B (or 0x8B413B) is known color: Prairie Sand. HEX triplet: 8B, 41 and 3B. RGB value is (139,65,59). Sum of RGB (Red+Green+Blue) = 139+65+59=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B413B is #74BEC4. Grayscale: #565656. Windows color (decimal): -7651013 or 3883403. OLE color: 3883403.
HSL color Cylindrical-coordinate representation of color #8B413B: hue angle of 4.5º degrees, saturation: 0.4, 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 #8B413B is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 59 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.45 |
| HSL | 4.5º | 0.4% | 0.39% | - |
| HSV(B) | 4.5º | 0.58% | 0.55% | - |
| XYZ | 13.33 | 9.59 | 5.29 | - |
| YUV | 86.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 59 | 0 | 0.53 | 0.58 | 0.45 | 4.5 | 0.4 | 0.39 |
| Hex | 8B | 41 | 3B | 0 | 35 | 3A | 2D | 4 | 28 | 27 |
| Octal | 213 | 101 | 73 | 0 | 65 | 72 | 55 | 4 | 50 | 47 |
| Binary | 10001011 | 1000001 | 111011 | 0 | 110101 | 111010 | 101101 | 100 | 101000 | 100111 |
Color Harmonies of #8B413B
Complementary color
Monochromatic Colors of #8B413B
Black with #8B413B
Text Example
Text Example
White with #8B413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B413B; }
p { color: rgb(139,65,59); }
H1.HeaderClassName
{
color: #8B413B;
}
.AnyTagClassName
{
color: #8B413B;
}
</style>
background-color css
<style>
a { background-color: #8B413B; }
a { background-color: rgb(139,65,59); }
div.DivClassName
{
background-color: #8B413B;
}
.BgClassName
{
background-color: #8B413B;
}
</style>
border-color css
<style>
span { border-color: #8B413B; }
span { border-color: rgb(139,65,59); }
td.TdClassName
{
border-color: #8B413B;
}
.TagClassName
{
border-color: #8B413B;
}
</style>