Shades of Prairie Sand #8A413A
Tints of Prairie Sand #8A413A
RGB
CMYK
RGB Variations
Color information
#8A413A (or 0x8A413A) is known color: Prairie Sand. HEX triplet: 8A, 41 and 3A. RGB value is (138,65,58). Sum of RGB (Red+Green+Blue) = 138+65+58=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A413A is #75BEC5. Grayscale: #565656. Windows color (decimal): -7716550 or 3817866. OLE color: 3817866.
HSL color Cylindrical-coordinate representation of color #8A413A: hue angle of 5.25º 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 #8A413A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 58 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.46 |
| HSL | 5.25º | 0.41% | 0.38% | - |
| HSV(B) | 5.25º | 0.58% | 0.54% | - |
| XYZ | 13.14 | 9.49 | 5.14 | - |
| YUV | 86.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 58 | 0 | 0.53 | 0.58 | 0.46 | 5.25 | 0.41 | 0.38 |
| Hex | 8A | 41 | 3A | 0 | 35 | 3A | 2E | 5 | 29 | 26 |
| Octal | 212 | 101 | 72 | 0 | 65 | 72 | 56 | 5 | 51 | 46 |
| Binary | 10001010 | 1000001 | 111010 | 0 | 110101 | 111010 | 101110 | 101 | 101001 | 100110 |
Color Harmonies of #8A413A
Complementary color
Monochromatic Colors of #8A413A
Black with #8A413A
Text Example
Text Example
White with #8A413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A413A; }
p { color: rgb(138,65,58); }
H1.HeaderClassName
{
color: #8A413A;
}
.AnyTagClassName
{
color: #8A413A;
}
</style>
background-color css
<style>
a { background-color: #8A413A; }
a { background-color: rgb(138,65,58); }
div.DivClassName
{
background-color: #8A413A;
}
.BgClassName
{
background-color: #8A413A;
}
</style>
border-color css
<style>
span { border-color: #8A413A; }
span { border-color: rgb(138,65,58); }
td.TdClassName
{
border-color: #8A413A;
}
.TagClassName
{
border-color: #8A413A;
}
</style>