Shades of Prairie Sand #873D2D
Tints of Prairie Sand #873D2D
RGB
CMYK
RGB Variations
Color information
#873D2D (or 0x873D2D) is known color: Prairie Sand. HEX triplet: 87, 3D and 2D. RGB value is (135,61,45). Sum of RGB (Red+Green+Blue) = 135+61+45=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D2D is #78C2D2. Grayscale: #515151. Windows color (decimal): -7914195 or 2964871. OLE color: 2964871.
HSL color Cylindrical-coordinate representation of color #873D2D: hue angle of 10.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873D2D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 45 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.47 |
| HSL | 10.67º | 0.5% | 0.35% | - |
| HSV(B) | 10.67º | 0.67% | 0.53% | - |
| XYZ | 12.13 | 8.68 | 3.52 | - |
| YUV | 81.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 45 | 0 | 0.55 | 0.67 | 0.47 | 10.67 | 0.5 | 0.35 |
| Hex | 87 | 3D | 2D | 0 | 37 | 43 | 2F | B | 32 | 23 |
| Octal | 207 | 75 | 55 | 0 | 67 | 103 | 57 | 13 | 62 | 43 |
| Binary | 10000111 | 111101 | 101101 | 0 | 110111 | 1000011 | 101111 | 1011 | 110010 | 100011 |
Color Harmonies of #873D2D
Complementary color
Monochromatic Colors of #873D2D
Black with #873D2D
Text Example
Text Example
White with #873D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D2D; }
p { color: rgb(135,61,45); }
H1.HeaderClassName
{
color: #873D2D;
}
.AnyTagClassName
{
color: #873D2D;
}
</style>
background-color css
<style>
a { background-color: #873D2D; }
a { background-color: rgb(135,61,45); }
div.DivClassName
{
background-color: #873D2D;
}
.BgClassName
{
background-color: #873D2D;
}
</style>
border-color css
<style>
span { border-color: #873D2D; }
span { border-color: rgb(135,61,45); }
td.TdClassName
{
border-color: #873D2D;
}
.TagClassName
{
border-color: #873D2D;
}
</style>