Shades of Prairie Sand #8A3E38
Tints of Prairie Sand #8A3E38
RGB
CMYK
RGB Variations
Color information
#8A3E38 (or 0x8A3E38) is known color: Prairie Sand. HEX triplet: 8A, 3E and 38. RGB value is (138,62,56). Sum of RGB (Red+Green+Blue) = 138+62+56=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E38 is #75C1C7. Grayscale: #545454. Windows color (decimal): -7717320 or 3686026. OLE color: 3686026.
HSL color Cylindrical-coordinate representation of color #8A3E38: hue angle of 4.39º 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 #8A3E38 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 56 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.46 |
| HSL | 4.39º | 0.42% | 0.38% | - |
| HSV(B) | 4.39º | 0.59% | 0.54% | - |
| XYZ | 12.92 | 9.13 | 4.82 | - |
| YUV | 84.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 56 | 0 | 0.55 | 0.59 | 0.46 | 4.39 | 0.42 | 0.38 |
| Hex | 8A | 3E | 38 | 0 | 37 | 3B | 2E | 4 | 2A | 26 |
| Octal | 212 | 76 | 70 | 0 | 67 | 73 | 56 | 4 | 52 | 46 |
| Binary | 10001010 | 111110 | 111000 | 0 | 110111 | 111011 | 101110 | 100 | 101010 | 100110 |
Color Harmonies of #8A3E38
Complementary color
Monochromatic Colors of #8A3E38
Black with #8A3E38
Text Example
Text Example
White with #8A3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E38; }
p { color: rgb(138,62,56); }
H1.HeaderClassName
{
color: #8A3E38;
}
.AnyTagClassName
{
color: #8A3E38;
}
</style>
background-color css
<style>
a { background-color: #8A3E38; }
a { background-color: rgb(138,62,56); }
div.DivClassName
{
background-color: #8A3E38;
}
.BgClassName
{
background-color: #8A3E38;
}
</style>
border-color css
<style>
span { border-color: #8A3E38; }
span { border-color: rgb(138,62,56); }
td.TdClassName
{
border-color: #8A3E38;
}
.TagClassName
{
border-color: #8A3E38;
}
</style>