Shades of Prairie Sand #893C2D
Tints of Prairie Sand #893C2D
RGB
CMYK
RGB Variations
Color information
#893C2D (or 0x893C2D) is known color: Prairie Sand. HEX triplet: 89, 3C and 2D. RGB value is (137,60,45). Sum of RGB (Red+Green+Blue) = 137+60+45=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C2D is #76C3D2. Grayscale: #515151. Windows color (decimal): -7783379 or 2964617. OLE color: 2964617.
HSL color Cylindrical-coordinate representation of color #893C2D: hue angle of 9.78º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893C2D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 45 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.46 |
| HSL | 9.78º | 0.51% | 0.36% | - |
| HSV(B) | 9.78º | 0.67% | 0.54% | - |
| XYZ | 12.41 | 8.74 | 3.52 | - |
| YUV | 81.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 45 | 0 | 0.56 | 0.67 | 0.46 | 9.78 | 0.51 | 0.36 |
| Hex | 89 | 3C | 2D | 0 | 38 | 43 | 2E | A | 33 | 24 |
| Octal | 211 | 74 | 55 | 0 | 70 | 103 | 56 | 12 | 63 | 44 |
| Binary | 10001001 | 111100 | 101101 | 0 | 111000 | 1000011 | 101110 | 1010 | 110011 | 100100 |
Color Harmonies of #893C2D
Complementary color
Monochromatic Colors of #893C2D
Black with #893C2D
Text Example
Text Example
White with #893C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C2D; }
p { color: rgb(137,60,45); }
H1.HeaderClassName
{
color: #893C2D;
}
.AnyTagClassName
{
color: #893C2D;
}
</style>
background-color css
<style>
a { background-color: #893C2D; }
a { background-color: rgb(137,60,45); }
div.DivClassName
{
background-color: #893C2D;
}
.BgClassName
{
background-color: #893C2D;
}
</style>
border-color css
<style>
span { border-color: #893C2D; }
span { border-color: rgb(137,60,45); }
td.TdClassName
{
border-color: #893C2D;
}
.TagClassName
{
border-color: #893C2D;
}
</style>