Shades of Prairie Sand #8A413C
Tints of Prairie Sand #8A413C
RGB
CMYK
RGB Variations
Color information
#8A413C (or 0x8A413C) is known color: Prairie Sand. HEX triplet: 8A, 41 and 3C. RGB value is (138,65,60). Sum of RGB (Red+Green+Blue) = 138+65+60=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A413C is #75BEC3. Grayscale: #565656. Windows color (decimal): -7716548 or 3948938. OLE color: 3948938.
HSL color Cylindrical-coordinate representation of color #8A413C: hue angle of 3.85º degrees, saturation: 0.39, 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 #8A413C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 60 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.46 |
| HSL | 3.85º | 0.39% | 0.39% | - |
| HSV(B) | 3.85º | 0.57% | 0.54% | - |
| XYZ | 13.19 | 9.51 | 5.42 | - |
| YUV | 86.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 60 | 0 | 0.53 | 0.57 | 0.46 | 3.85 | 0.39 | 0.39 |
| Hex | 8A | 41 | 3C | 0 | 35 | 39 | 2E | 4 | 27 | 27 |
| Octal | 212 | 101 | 74 | 0 | 65 | 71 | 56 | 4 | 47 | 47 |
| Binary | 10001010 | 1000001 | 111100 | 0 | 110101 | 111001 | 101110 | 100 | 100111 | 100111 |
Color Harmonies of #8A413C
Complementary color
Monochromatic Colors of #8A413C
Black with #8A413C
Text Example
Text Example
White with #8A413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A413C; }
p { color: rgb(138,65,60); }
H1.HeaderClassName
{
color: #8A413C;
}
.AnyTagClassName
{
color: #8A413C;
}
</style>
background-color css
<style>
a { background-color: #8A413C; }
a { background-color: rgb(138,65,60); }
div.DivClassName
{
background-color: #8A413C;
}
.BgClassName
{
background-color: #8A413C;
}
</style>
border-color css
<style>
span { border-color: #8A413C; }
span { border-color: rgb(138,65,60); }
td.TdClassName
{
border-color: #8A413C;
}
.TagClassName
{
border-color: #8A413C;
}
</style>