Shades of Prairie Sand #8B3934
Tints of Prairie Sand #8B3934
RGB
CMYK
RGB Variations
Color information
#8B3934 (or 0x8B3934) is known color: Prairie Sand. HEX triplet: 8B, 39 and 34. RGB value is (139,57,52). Sum of RGB (Red+Green+Blue) = 139+57+52=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3934 is #74C6CB. Grayscale: #515151. Windows color (decimal): -7653068 or 3422603. OLE color: 3422603.
HSL color Cylindrical-coordinate representation of color #8B3934: hue angle of 3.45º 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 #8B3934 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 52 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.45 |
| HSL | 3.45º | 0.46% | 0.37% | - |
| HSV(B) | 3.45º | 0.63% | 0.55% | - |
| XYZ | 12.73 | 8.66 | 4.25 | - |
| YUV | 80.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 52 | 0 | 0.59 | 0.63 | 0.45 | 3.45 | 0.46 | 0.37 |
| Hex | 8B | 39 | 34 | 0 | 3B | 3F | 2D | 3 | 2E | 25 |
| Octal | 213 | 71 | 64 | 0 | 73 | 77 | 55 | 3 | 56 | 45 |
| Binary | 10001011 | 111001 | 110100 | 0 | 111011 | 111111 | 101101 | 11 | 101110 | 100101 |
Color Harmonies of #8B3934
Complementary color
Monochromatic Colors of #8B3934
Black with #8B3934
Text Example
Text Example
White with #8B3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3934; }
p { color: rgb(139,57,52); }
H1.HeaderClassName
{
color: #8B3934;
}
.AnyTagClassName
{
color: #8B3934;
}
</style>
background-color css
<style>
a { background-color: #8B3934; }
a { background-color: rgb(139,57,52); }
div.DivClassName
{
background-color: #8B3934;
}
.BgClassName
{
background-color: #8B3934;
}
</style>
border-color css
<style>
span { border-color: #8B3934; }
span { border-color: rgb(139,57,52); }
td.TdClassName
{
border-color: #8B3934;
}
.TagClassName
{
border-color: #8B3934;
}
</style>