Shades of Prairie Sand #8A4539
Tints of Prairie Sand #8A4539
RGB
CMYK
RGB Variations
Color information
#8A4539 (or 0x8A4539) is known color: Prairie Sand. HEX triplet: 8A, 45 and 39. RGB value is (138,69,57). Sum of RGB (Red+Green+Blue) = 138+69+57=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4539 is #75BAC6. Grayscale: #585858. Windows color (decimal): -7715527 or 3753354. OLE color: 3753354.
HSL color Cylindrical-coordinate representation of color #8A4539: hue angle of 8.89º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A4539 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 57 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.46 |
| HSL | 8.89º | 0.42% | 0.38% | - |
| HSV(B) | 8.89º | 0.59% | 0.54% | - |
| XYZ | 13.35 | 9.95 | 5.09 | - |
| YUV | 88.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 57 | 0 | 0.5 | 0.59 | 0.46 | 8.89 | 0.42 | 0.38 |
| Hex | 8A | 45 | 39 | 0 | 32 | 3B | 2E | 9 | 2A | 26 |
| Octal | 212 | 105 | 71 | 0 | 62 | 73 | 56 | 11 | 52 | 46 |
| Binary | 10001010 | 1000101 | 111001 | 0 | 110010 | 111011 | 101110 | 1001 | 101010 | 100110 |
Color Harmonies of #8A4539
Complementary color
Monochromatic Colors of #8A4539
Black with #8A4539
Text Example
Text Example
White with #8A4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4539; }
p { color: rgb(138,69,57); }
H1.HeaderClassName
{
color: #8A4539;
}
.AnyTagClassName
{
color: #8A4539;
}
</style>
background-color css
<style>
a { background-color: #8A4539; }
a { background-color: rgb(138,69,57); }
div.DivClassName
{
background-color: #8A4539;
}
.BgClassName
{
background-color: #8A4539;
}
</style>
border-color css
<style>
span { border-color: #8A4539; }
span { border-color: rgb(138,69,57); }
td.TdClassName
{
border-color: #8A4539;
}
.TagClassName
{
border-color: #8A4539;
}
</style>