Shades of Prairie Sand #8B3F30
Tints of Prairie Sand #8B3F30
RGB
CMYK
RGB Variations
Color information
#8B3F30 (or 0x8B3F30) is known color: Prairie Sand. HEX triplet: 8B, 3F and 30. RGB value is (139,63,48). Sum of RGB (Red+Green+Blue) = 139+63+48=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F30 is #74C0CF. Grayscale: #545454. Windows color (decimal): -7651536 or 3161995. OLE color: 3161995.
HSL color Cylindrical-coordinate representation of color #8B3F30: hue angle of 9.89º 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 #8B3F30 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 48 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.45 |
| HSL | 9.89º | 0.49% | 0.37% | - |
| HSV(B) | 9.89º | 0.65% | 0.55% | - |
| XYZ | 12.96 | 9.26 | 3.9 | - |
| YUV | 84.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 48 | 0 | 0.55 | 0.65 | 0.45 | 9.89 | 0.49 | 0.37 |
| Hex | 8B | 3F | 30 | 0 | 37 | 41 | 2D | A | 31 | 25 |
| Octal | 213 | 77 | 60 | 0 | 67 | 101 | 55 | 12 | 61 | 45 |
| Binary | 10001011 | 111111 | 110000 | 0 | 110111 | 1000001 | 101101 | 1010 | 110001 | 100101 |
Color Harmonies of #8B3F30
Complementary color
Monochromatic Colors of #8B3F30
Black with #8B3F30
Text Example
Text Example
White with #8B3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F30; }
p { color: rgb(139,63,48); }
H1.HeaderClassName
{
color: #8B3F30;
}
.AnyTagClassName
{
color: #8B3F30;
}
</style>
background-color css
<style>
a { background-color: #8B3F30; }
a { background-color: rgb(139,63,48); }
div.DivClassName
{
background-color: #8B3F30;
}
.BgClassName
{
background-color: #8B3F30;
}
</style>
border-color css
<style>
span { border-color: #8B3F30; }
span { border-color: rgb(139,63,48); }
td.TdClassName
{
border-color: #8B3F30;
}
.TagClassName
{
border-color: #8B3F30;
}
</style>