Shades of Prairie Sand #8A3A36
Tints of Prairie Sand #8A3A36
RGB
CMYK
RGB Variations
Color information
#8A3A36 (or 0x8A3A36) is known color: Prairie Sand. HEX triplet: 8A, 3A and 36. RGB value is (138,58,54). Sum of RGB (Red+Green+Blue) = 138+58+54=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3A36 is #75C5C9. Grayscale: #515151. Windows color (decimal): -7718346 or 3553930. OLE color: 3553930.
HSL color Cylindrical-coordinate representation of color #8A3A36: hue angle of 2.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3A36 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 54 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.46 |
| HSL | 2.86º | 0.44% | 0.38% | - |
| HSV(B) | 2.86º | 0.61% | 0.54% | - |
| XYZ | 12.66 | 8.7 | 4.5 | - |
| YUV | 81.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 54 | 0 | 0.58 | 0.61 | 0.46 | 2.86 | 0.44 | 0.38 |
| Hex | 8A | 3A | 36 | 0 | 3A | 3D | 2E | 3 | 2C | 26 |
| Octal | 212 | 72 | 66 | 0 | 72 | 75 | 56 | 3 | 54 | 46 |
| Binary | 10001010 | 111010 | 110110 | 0 | 111010 | 111101 | 101110 | 11 | 101100 | 100110 |
Color Harmonies of #8A3A36
Complementary color
Monochromatic Colors of #8A3A36
Black with #8A3A36
Text Example
Text Example
White with #8A3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A36; }
p { color: rgb(138,58,54); }
H1.HeaderClassName
{
color: #8A3A36;
}
.AnyTagClassName
{
color: #8A3A36;
}
</style>
background-color css
<style>
a { background-color: #8A3A36; }
a { background-color: rgb(138,58,54); }
div.DivClassName
{
background-color: #8A3A36;
}
.BgClassName
{
background-color: #8A3A36;
}
</style>
border-color css
<style>
span { border-color: #8A3A36; }
span { border-color: rgb(138,58,54); }
td.TdClassName
{
border-color: #8A3A36;
}
.TagClassName
{
border-color: #8A3A36;
}
</style>