Shades of Prairie Sand #8B3C33
Tints of Prairie Sand #8B3C33
RGB
CMYK
RGB Variations
Color information
#8B3C33 (or 0x8B3C33) is known color: Prairie Sand. HEX triplet: 8B, 3C and 33. RGB value is (139,60,51). Sum of RGB (Red+Green+Blue) = 139+60+51=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3C33 is #74C3CC. Grayscale: #525252. Windows color (decimal): -7652301 or 3357835. OLE color: 3357835.
HSL color Cylindrical-coordinate representation of color #8B3C33: hue angle of 6.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3C33 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 51 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.45 |
| HSL | 6.14º | 0.46% | 0.37% | - |
| HSV(B) | 6.14º | 0.63% | 0.55% | - |
| XYZ | 12.86 | 8.96 | 4.18 | - |
| YUV | 82.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 51 | 0 | 0.57 | 0.63 | 0.45 | 6.14 | 0.46 | 0.37 |
| Hex | 8B | 3C | 33 | 0 | 39 | 3F | 2D | 6 | 2E | 25 |
| Octal | 213 | 74 | 63 | 0 | 71 | 77 | 55 | 6 | 56 | 45 |
| Binary | 10001011 | 111100 | 110011 | 0 | 111001 | 111111 | 101101 | 110 | 101110 | 100101 |
Color Harmonies of #8B3C33
Complementary color
Monochromatic Colors of #8B3C33
Black with #8B3C33
Text Example
Text Example
White with #8B3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C33; }
p { color: rgb(139,60,51); }
H1.HeaderClassName
{
color: #8B3C33;
}
.AnyTagClassName
{
color: #8B3C33;
}
</style>
background-color css
<style>
a { background-color: #8B3C33; }
a { background-color: rgb(139,60,51); }
div.DivClassName
{
background-color: #8B3C33;
}
.BgClassName
{
background-color: #8B3C33;
}
</style>
border-color css
<style>
span { border-color: #8B3C33; }
span { border-color: rgb(139,60,51); }
td.TdClassName
{
border-color: #8B3C33;
}
.TagClassName
{
border-color: #8B3C33;
}
</style>