Shades of Prairie Sand #8A413B
Tints of Prairie Sand #8A413B
RGB
CMYK
RGB Variations
Color information
#8A413B (or 0x8A413B) is known color: Prairie Sand. HEX triplet: 8A, 41 and 3B. RGB value is (138,65,59). Sum of RGB (Red+Green+Blue) = 138+65+59=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A413B is #75BEC4. Grayscale: #565656. Windows color (decimal): -7716549 or 3883402. OLE color: 3883402.
HSL color Cylindrical-coordinate representation of color #8A413B: hue angle of 4.56º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A413B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 59 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.46 |
| HSL | 4.56º | 0.4% | 0.39% | - |
| HSV(B) | 4.56º | 0.57% | 0.54% | - |
| XYZ | 13.16 | 9.5 | 5.28 | - |
| YUV | 86.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 59 | 0 | 0.53 | 0.57 | 0.46 | 4.56 | 0.4 | 0.39 |
| Hex | 8A | 41 | 3B | 0 | 35 | 39 | 2E | 5 | 28 | 27 |
| Octal | 212 | 101 | 73 | 0 | 65 | 71 | 56 | 5 | 50 | 47 |
| Binary | 10001010 | 1000001 | 111011 | 0 | 110101 | 111001 | 101110 | 101 | 101000 | 100111 |
Color Harmonies of #8A413B
Complementary color
Monochromatic Colors of #8A413B
Black with #8A413B
Text Example
Text Example
White with #8A413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A413B; }
p { color: rgb(138,65,59); }
H1.HeaderClassName
{
color: #8A413B;
}
.AnyTagClassName
{
color: #8A413B;
}
</style>
background-color css
<style>
a { background-color: #8A413B; }
a { background-color: rgb(138,65,59); }
div.DivClassName
{
background-color: #8A413B;
}
.BgClassName
{
background-color: #8A413B;
}
</style>
border-color css
<style>
span { border-color: #8A413B; }
span { border-color: rgb(138,65,59); }
td.TdClassName
{
border-color: #8A413B;
}
.TagClassName
{
border-color: #8A413B;
}
</style>