Shades of Prairie Sand #8A3E35
Tints of Prairie Sand #8A3E35
RGB
CMYK
RGB Variations
Color information
#8A3E35 (or 0x8A3E35) is known color: Prairie Sand. HEX triplet: 8A, 3E and 35. RGB value is (138,62,53). Sum of RGB (Red+Green+Blue) = 138+62+53=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E35 is #75C1CA. Grayscale: #535353. Windows color (decimal): -7717323 or 3489418. OLE color: 3489418.
HSL color Cylindrical-coordinate representation of color #8A3E35: hue angle of 6.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3E35 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 53 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.46 |
| HSL | 6.35º | 0.45% | 0.37% | - |
| HSV(B) | 6.35º | 0.62% | 0.54% | - |
| XYZ | 12.85 | 9.11 | 4.45 | - |
| YUV | 83.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 53 | 0 | 0.55 | 0.62 | 0.46 | 6.35 | 0.45 | 0.37 |
| Hex | 8A | 3E | 35 | 0 | 37 | 3E | 2E | 6 | 2D | 25 |
| Octal | 212 | 76 | 65 | 0 | 67 | 76 | 56 | 6 | 55 | 45 |
| Binary | 10001010 | 111110 | 110101 | 0 | 110111 | 111110 | 101110 | 110 | 101101 | 100101 |
Color Harmonies of #8A3E35
Complementary color
Monochromatic Colors of #8A3E35
Black with #8A3E35
Text Example
Text Example
White with #8A3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E35; }
p { color: rgb(138,62,53); }
H1.HeaderClassName
{
color: #8A3E35;
}
.AnyTagClassName
{
color: #8A3E35;
}
</style>
background-color css
<style>
a { background-color: #8A3E35; }
a { background-color: rgb(138,62,53); }
div.DivClassName
{
background-color: #8A3E35;
}
.BgClassName
{
background-color: #8A3E35;
}
</style>
border-color css
<style>
span { border-color: #8A3E35; }
span { border-color: rgb(138,62,53); }
td.TdClassName
{
border-color: #8A3E35;
}
.TagClassName
{
border-color: #8A3E35;
}
</style>