Shades of Prairie Sand #893C30
Tints of Prairie Sand #893C30
RGB
CMYK
RGB Variations
Color information
#893C30 (or 0x893C30) is known color: Prairie Sand. HEX triplet: 89, 3C and 30. RGB value is (137,60,48). Sum of RGB (Red+Green+Blue) = 137+60+48=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C30 is #76C3CF. Grayscale: #515151. Windows color (decimal): -7783376 or 3161225. OLE color: 3161225.
HSL color Cylindrical-coordinate representation of color #893C30: hue angle of 8.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893C30 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 48 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.46 |
| HSL | 8.09º | 0.48% | 0.36% | - |
| HSV(B) | 8.09º | 0.65% | 0.54% | - |
| XYZ | 12.47 | 8.76 | 3.83 | - |
| YUV | 81.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 48 | 0 | 0.56 | 0.65 | 0.46 | 8.09 | 0.48 | 0.36 |
| Hex | 89 | 3C | 30 | 0 | 38 | 41 | 2E | 8 | 30 | 24 |
| Octal | 211 | 74 | 60 | 0 | 70 | 101 | 56 | 10 | 60 | 44 |
| Binary | 10001001 | 111100 | 110000 | 0 | 111000 | 1000001 | 101110 | 1000 | 110000 | 100100 |
Color Harmonies of #893C30
Complementary color
Monochromatic Colors of #893C30
Black with #893C30
Text Example
Text Example
White with #893C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C30; }
p { color: rgb(137,60,48); }
H1.HeaderClassName
{
color: #893C30;
}
.AnyTagClassName
{
color: #893C30;
}
</style>
background-color css
<style>
a { background-color: #893C30; }
a { background-color: rgb(137,60,48); }
div.DivClassName
{
background-color: #893C30;
}
.BgClassName
{
background-color: #893C30;
}
</style>
border-color css
<style>
span { border-color: #893C30; }
span { border-color: rgb(137,60,48); }
td.TdClassName
{
border-color: #893C30;
}
.TagClassName
{
border-color: #893C30;
}
</style>