Shades of Prairie Sand #8A3C34
Tints of Prairie Sand #8A3C34
RGB
CMYK
RGB Variations
Color information
#8A3C34 (or 0x8A3C34) is known color: Prairie Sand. HEX triplet: 8A, 3C and 34. RGB value is (138,60,52). Sum of RGB (Red+Green+Blue) = 138+60+52=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3C34 is #75C3CB. Grayscale: #525252. Windows color (decimal): -7717836 or 3423370. OLE color: 3423370.
HSL color Cylindrical-coordinate representation of color #8A3C34: hue angle of 5.58º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3C34 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 52 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.46 |
| HSL | 5.58º | 0.45% | 0.37% | - |
| HSV(B) | 5.58º | 0.62% | 0.54% | - |
| XYZ | 12.72 | 8.88 | 4.29 | - |
| YUV | 82.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 52 | 0 | 0.57 | 0.62 | 0.46 | 5.58 | 0.45 | 0.37 |
| Hex | 8A | 3C | 34 | 0 | 39 | 3E | 2E | 6 | 2D | 25 |
| Octal | 212 | 74 | 64 | 0 | 71 | 76 | 56 | 6 | 55 | 45 |
| Binary | 10001010 | 111100 | 110100 | 0 | 111001 | 111110 | 101110 | 110 | 101101 | 100101 |
Color Harmonies of #8A3C34
Complementary color
Monochromatic Colors of #8A3C34
Black with #8A3C34
Text Example
Text Example
White with #8A3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C34; }
p { color: rgb(138,60,52); }
H1.HeaderClassName
{
color: #8A3C34;
}
.AnyTagClassName
{
color: #8A3C34;
}
</style>
background-color css
<style>
a { background-color: #8A3C34; }
a { background-color: rgb(138,60,52); }
div.DivClassName
{
background-color: #8A3C34;
}
.BgClassName
{
background-color: #8A3C34;
}
</style>
border-color css
<style>
span { border-color: #8A3C34; }
span { border-color: rgb(138,60,52); }
td.TdClassName
{
border-color: #8A3C34;
}
.TagClassName
{
border-color: #8A3C34;
}
</style>