Shades of Prairie Sand #8A3C37
Tints of Prairie Sand #8A3C37
RGB
CMYK
RGB Variations
Color information
#8A3C37 (or 0x8A3C37) is known color: Prairie Sand. HEX triplet: 8A, 3C and 37. RGB value is (138,60,55). Sum of RGB (Red+Green+Blue) = 138+60+55=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3C37 is #75C3C8. Grayscale: #525252. Windows color (decimal): -7717833 or 3619978. OLE color: 3619978.
HSL color Cylindrical-coordinate representation of color #8A3C37: hue angle of 3.61º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3C37 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 55 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.46 |
| HSL | 3.61º | 0.43% | 0.38% | - |
| HSV(B) | 3.61º | 0.6% | 0.54% | - |
| XYZ | 12.79 | 8.91 | 4.66 | - |
| YUV | 82.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 55 | 0 | 0.57 | 0.60 | 0.46 | 3.61 | 0.43 | 0.38 |
| Hex | 8A | 3C | 37 | 0 | 39 | 3C | 2E | 4 | 2B | 26 |
| Octal | 212 | 74 | 67 | 0 | 71 | 74 | 56 | 4 | 53 | 46 |
| Binary | 10001010 | 111100 | 110111 | 0 | 111001 | 111100 | 101110 | 100 | 101011 | 100110 |
Color Harmonies of #8A3C37
Complementary color
Monochromatic Colors of #8A3C37
Black with #8A3C37
Text Example
Text Example
White with #8A3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C37; }
p { color: rgb(138,60,55); }
H1.HeaderClassName
{
color: #8A3C37;
}
.AnyTagClassName
{
color: #8A3C37;
}
</style>
background-color css
<style>
a { background-color: #8A3C37; }
a { background-color: rgb(138,60,55); }
div.DivClassName
{
background-color: #8A3C37;
}
.BgClassName
{
background-color: #8A3C37;
}
</style>
border-color css
<style>
span { border-color: #8A3C37; }
span { border-color: rgb(138,60,55); }
td.TdClassName
{
border-color: #8A3C37;
}
.TagClassName
{
border-color: #8A3C37;
}
</style>