Shades of Prairie Sand #874033
Tints of Prairie Sand #874033
RGB
CMYK
RGB Variations
Color information
#874033 (or 0x874033) is known color: Prairie Sand. HEX triplet: 87, 40 and 33. RGB value is (135,64,51). Sum of RGB (Red+Green+Blue) = 135+64+51=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874033 is #78BFCC. Grayscale: #535353. Windows color (decimal): -7913421 or 3358855. OLE color: 3358855.
HSL color Cylindrical-coordinate representation of color #874033: hue angle of 9.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874033 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 51 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.47 |
| HSL | 9.29º | 0.45% | 0.36% | - |
| HSV(B) | 9.29º | 0.62% | 0.53% | - |
| XYZ | 12.42 | 9.06 | 4.23 | - |
| YUV | 83.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 51 | 0 | 0.53 | 0.62 | 0.47 | 9.29 | 0.45 | 0.36 |
| Hex | 87 | 40 | 33 | 0 | 35 | 3E | 2F | 9 | 2D | 24 |
| Octal | 207 | 100 | 63 | 0 | 65 | 76 | 57 | 11 | 55 | 44 |
| Binary | 10000111 | 1000000 | 110011 | 0 | 110101 | 111110 | 101111 | 1001 | 101101 | 100100 |
Color Harmonies of #874033
Complementary color
Monochromatic Colors of #874033
Black with #874033
Text Example
Text Example
White with #874033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874033; }
p { color: rgb(135,64,51); }
H1.HeaderClassName
{
color: #874033;
}
.AnyTagClassName
{
color: #874033;
}
</style>
background-color css
<style>
a { background-color: #874033; }
a { background-color: rgb(135,64,51); }
div.DivClassName
{
background-color: #874033;
}
.BgClassName
{
background-color: #874033;
}
</style>
border-color css
<style>
span { border-color: #874033; }
span { border-color: rgb(135,64,51); }
td.TdClassName
{
border-color: #874033;
}
.TagClassName
{
border-color: #874033;
}
</style>