Shades of Prairie Sand #8B4030
Tints of Prairie Sand #8B4030
RGB
CMYK
RGB Variations
Color information
#8B4030 (or 0x8B4030) is known color: Prairie Sand. HEX triplet: 8B, 40 and 30. RGB value is (139,64,48). Sum of RGB (Red+Green+Blue) = 139+64+48=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4030 is #74BFCF. Grayscale: #545454. Windows color (decimal): -7651280 or 3162251. OLE color: 3162251.
HSL color Cylindrical-coordinate representation of color #8B4030: hue angle of 10.55º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4030 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 48 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.45 |
| HSL | 10.55º | 0.49% | 0.37% | - |
| HSV(B) | 10.55º | 0.65% | 0.55% | - |
| XYZ | 13.01 | 9.37 | 3.92 | - |
| YUV | 84.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 48 | 0 | 0.54 | 0.65 | 0.45 | 10.55 | 0.49 | 0.37 |
| Hex | 8B | 40 | 30 | 0 | 36 | 41 | 2D | B | 31 | 25 |
| Octal | 213 | 100 | 60 | 0 | 66 | 101 | 55 | 13 | 61 | 45 |
| Binary | 10001011 | 1000000 | 110000 | 0 | 110110 | 1000001 | 101101 | 1011 | 110001 | 100101 |
Color Harmonies of #8B4030
Complementary color
Monochromatic Colors of #8B4030
Black with #8B4030
Text Example
Text Example
White with #8B4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4030; }
p { color: rgb(139,64,48); }
H1.HeaderClassName
{
color: #8B4030;
}
.AnyTagClassName
{
color: #8B4030;
}
</style>
background-color css
<style>
a { background-color: #8B4030; }
a { background-color: rgb(139,64,48); }
div.DivClassName
{
background-color: #8B4030;
}
.BgClassName
{
background-color: #8B4030;
}
</style>
border-color css
<style>
span { border-color: #8B4030; }
span { border-color: rgb(139,64,48); }
td.TdClassName
{
border-color: #8B4030;
}
.TagClassName
{
border-color: #8B4030;
}
</style>