Shades of Prairie Sand #8A3F37
Tints of Prairie Sand #8A3F37
RGB
CMYK
RGB Variations
Color information
#8A3F37 (or 0x8A3F37) is known color: Prairie Sand. HEX triplet: 8A, 3F and 37. RGB value is (138,63,55). Sum of RGB (Red+Green+Blue) = 138+63+55=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3F37 is #75C0C8. Grayscale: #545454. Windows color (decimal): -7717065 or 3620746. OLE color: 3620746.
HSL color Cylindrical-coordinate representation of color #8A3F37: hue angle of 5.78º 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 #8A3F37 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 55 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.46 |
| HSL | 5.78º | 0.43% | 0.38% | - |
| HSV(B) | 5.78º | 0.6% | 0.54% | - |
| XYZ | 12.95 | 9.23 | 4.71 | - |
| YUV | 84.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 55 | 0 | 0.54 | 0.60 | 0.46 | 5.78 | 0.43 | 0.38 |
| Hex | 8A | 3F | 37 | 0 | 36 | 3C | 2E | 6 | 2B | 26 |
| Octal | 212 | 77 | 67 | 0 | 66 | 74 | 56 | 6 | 53 | 46 |
| Binary | 10001010 | 111111 | 110111 | 0 | 110110 | 111100 | 101110 | 110 | 101011 | 100110 |
Color Harmonies of #8A3F37
Complementary color
Monochromatic Colors of #8A3F37
Black with #8A3F37
Text Example
Text Example
White with #8A3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F37; }
p { color: rgb(138,63,55); }
H1.HeaderClassName
{
color: #8A3F37;
}
.AnyTagClassName
{
color: #8A3F37;
}
</style>
background-color css
<style>
a { background-color: #8A3F37; }
a { background-color: rgb(138,63,55); }
div.DivClassName
{
background-color: #8A3F37;
}
.BgClassName
{
background-color: #8A3F37;
}
</style>
border-color css
<style>
span { border-color: #8A3F37; }
span { border-color: rgb(138,63,55); }
td.TdClassName
{
border-color: #8A3F37;
}
.TagClassName
{
border-color: #8A3F37;
}
</style>