Shades of Prairie Sand #873D36
Tints of Prairie Sand #873D36
RGB
CMYK
RGB Variations
Color information
#873D36 (or 0x873D36) is known color: Prairie Sand. HEX triplet: 87, 3D and 36. RGB value is (135,61,54). Sum of RGB (Red+Green+Blue) = 135+61+54=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #873D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D36 is #78C2C9. Grayscale: #525252. Windows color (decimal): -7914186 or 3554695. OLE color: 3554695.
HSL color Cylindrical-coordinate representation of color #873D36: hue angle of 5.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873D36 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 54 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.47 |
| HSL | 5.19º | 0.43% | 0.37% | - |
| HSV(B) | 5.19º | 0.6% | 0.53% | - |
| XYZ | 12.33 | 8.75 | 4.53 | - |
| YUV | 82.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 54 | 0 | 0.55 | 0.60 | 0.47 | 5.19 | 0.43 | 0.37 |
| Hex | 87 | 3D | 36 | 0 | 37 | 3C | 2F | 5 | 2B | 25 |
| Octal | 207 | 75 | 66 | 0 | 67 | 74 | 57 | 5 | 53 | 45 |
| Binary | 10000111 | 111101 | 110110 | 0 | 110111 | 111100 | 101111 | 101 | 101011 | 100101 |
Color Harmonies of #873D36
Complementary color
Monochromatic Colors of #873D36
Black with #873D36
Text Example
Text Example
White with #873D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D36; }
p { color: rgb(135,61,54); }
H1.HeaderClassName
{
color: #873D36;
}
.AnyTagClassName
{
color: #873D36;
}
</style>
background-color css
<style>
a { background-color: #873D36; }
a { background-color: rgb(135,61,54); }
div.DivClassName
{
background-color: #873D36;
}
.BgClassName
{
background-color: #873D36;
}
</style>
border-color css
<style>
span { border-color: #873D36; }
span { border-color: rgb(135,61,54); }
td.TdClassName
{
border-color: #873D36;
}
.TagClassName
{
border-color: #873D36;
}
</style>