Shades of Prairie Sand #8A403A
Tints of Prairie Sand #8A403A
RGB
CMYK
RGB Variations
Color information
#8A403A (or 0x8A403A) is known color: Prairie Sand. HEX triplet: 8A, 40 and 3A. RGB value is (138,64,58). Sum of RGB (Red+Green+Blue) = 138+64+58=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A403A is #75BFC5. Grayscale: #555555. Windows color (decimal): -7716806 or 3817610. OLE color: 3817610.
HSL color Cylindrical-coordinate representation of color #8A403A: hue angle of 4.5º 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 #8A403A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 58 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.46 |
| HSL | 4.5º | 0.41% | 0.38% | - |
| HSV(B) | 4.5º | 0.58% | 0.54% | - |
| XYZ | 13.08 | 9.38 | 5.12 | - |
| YUV | 85.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 58 | 0 | 0.54 | 0.58 | 0.46 | 4.5 | 0.41 | 0.38 |
| Hex | 8A | 40 | 3A | 0 | 36 | 3A | 2E | 4 | 29 | 26 |
| Octal | 212 | 100 | 72 | 0 | 66 | 72 | 56 | 4 | 51 | 46 |
| Binary | 10001010 | 1000000 | 111010 | 0 | 110110 | 111010 | 101110 | 100 | 101001 | 100110 |
Color Harmonies of #8A403A
Complementary color
Monochromatic Colors of #8A403A
Black with #8A403A
Text Example
Text Example
White with #8A403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A403A; }
p { color: rgb(138,64,58); }
H1.HeaderClassName
{
color: #8A403A;
}
.AnyTagClassName
{
color: #8A403A;
}
</style>
background-color css
<style>
a { background-color: #8A403A; }
a { background-color: rgb(138,64,58); }
div.DivClassName
{
background-color: #8A403A;
}
.BgClassName
{
background-color: #8A403A;
}
</style>
border-color css
<style>
span { border-color: #8A403A; }
span { border-color: rgb(138,64,58); }
td.TdClassName
{
border-color: #8A403A;
}
.TagClassName
{
border-color: #8A403A;
}
</style>