Shades of Prairie Sand #8A3E3A
Tints of Prairie Sand #8A3E3A
RGB
CMYK
RGB Variations
Color information
#8A3E3A (or 0x8A3E3A) is known color: Prairie Sand. HEX triplet: 8A, 3E and 3A. RGB value is (138,62,58). Sum of RGB (Red+Green+Blue) = 138+62+58=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E3A is #75C1C5. Grayscale: #545454. Windows color (decimal): -7717318 or 3817098. OLE color: 3817098.
HSL color Cylindrical-coordinate representation of color #8A3E3A: hue angle of 3º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3E3A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 58 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.46 |
| HSL | 3º | 0.41% | 0.38% | - |
| HSV(B) | 3º | 0.58% | 0.54% | - |
| XYZ | 12.97 | 9.15 | 5.09 | - |
| YUV | 84.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 58 | 0 | 0.55 | 0.58 | 0.46 | 3 | 0.41 | 0.38 |
| Hex | 8A | 3E | 3A | 0 | 37 | 3A | 2E | 3 | 29 | 26 |
| Octal | 212 | 76 | 72 | 0 | 67 | 72 | 56 | 3 | 51 | 46 |
| Binary | 10001010 | 111110 | 111010 | 0 | 110111 | 111010 | 101110 | 11 | 101001 | 100110 |
Color Harmonies of #8A3E3A
Complementary color
Monochromatic Colors of #8A3E3A
Black with #8A3E3A
Text Example
Text Example
White with #8A3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E3A; }
p { color: rgb(138,62,58); }
H1.HeaderClassName
{
color: #8A3E3A;
}
.AnyTagClassName
{
color: #8A3E3A;
}
</style>
background-color css
<style>
a { background-color: #8A3E3A; }
a { background-color: rgb(138,62,58); }
div.DivClassName
{
background-color: #8A3E3A;
}
.BgClassName
{
background-color: #8A3E3A;
}
</style>
border-color css
<style>
span { border-color: #8A3E3A; }
span { border-color: rgb(138,62,58); }
td.TdClassName
{
border-color: #8A3E3A;
}
.TagClassName
{
border-color: #8A3E3A;
}
</style>