Shades of Prairie Sand #8A3E33
Tints of Prairie Sand #8A3E33
RGB
CMYK
RGB Variations
Color information
#8A3E33 (or 0x8A3E33) is known color: Prairie Sand. HEX triplet: 8A, 3E and 33. RGB value is (138,62,51). Sum of RGB (Red+Green+Blue) = 138+62+51=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E33 is #75C1CC. Grayscale: #535353. Windows color (decimal): -7717325 or 3358346. OLE color: 3358346.
HSL color Cylindrical-coordinate representation of color #8A3E33: hue angle of 7.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3E33 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 51 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.46 |
| HSL | 7.59º | 0.46% | 0.37% | - |
| HSV(B) | 7.59º | 0.63% | 0.54% | - |
| XYZ | 12.8 | 9.09 | 4.21 | - |
| YUV | 83.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 51 | 0 | 0.55 | 0.63 | 0.46 | 7.59 | 0.46 | 0.37 |
| Hex | 8A | 3E | 33 | 0 | 37 | 3F | 2E | 8 | 2E | 25 |
| Octal | 212 | 76 | 63 | 0 | 67 | 77 | 56 | 10 | 56 | 45 |
| Binary | 10001010 | 111110 | 110011 | 0 | 110111 | 111111 | 101110 | 1000 | 101110 | 100101 |
Color Harmonies of #8A3E33
Complementary color
Monochromatic Colors of #8A3E33
Black with #8A3E33
Text Example
Text Example
White with #8A3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E33; }
p { color: rgb(138,62,51); }
H1.HeaderClassName
{
color: #8A3E33;
}
.AnyTagClassName
{
color: #8A3E33;
}
</style>
background-color css
<style>
a { background-color: #8A3E33; }
a { background-color: rgb(138,62,51); }
div.DivClassName
{
background-color: #8A3E33;
}
.BgClassName
{
background-color: #8A3E33;
}
</style>
border-color css
<style>
span { border-color: #8A3E33; }
span { border-color: rgb(138,62,51); }
td.TdClassName
{
border-color: #8A3E33;
}
.TagClassName
{
border-color: #8A3E33;
}
</style>