Shades of Prairie Sand #884033
Tints of Prairie Sand #884033
RGB
CMYK
RGB Variations
Color information
#884033 (or 0x884033) is known color: Prairie Sand. HEX triplet: 88, 40 and 33. RGB value is (136,64,51). Sum of RGB (Red+Green+Blue) = 136+64+51=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #884033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884033 is #77BFCC. Grayscale: #545454. Windows color (decimal): -7847885 or 3358856. OLE color: 3358856.
HSL color Cylindrical-coordinate representation of color #884033: hue angle of 9.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884033 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 51 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.47 |
| HSL | 9.18º | 0.45% | 0.37% | - |
| HSV(B) | 9.18º | 0.63% | 0.53% | - |
| XYZ | 12.58 | 9.14 | 4.23 | - |
| YUV | 84.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 51 | 0 | 0.53 | 0.62 | 0.47 | 9.18 | 0.45 | 0.37 |
| Hex | 88 | 40 | 33 | 0 | 35 | 3E | 2F | 9 | 2D | 25 |
| Octal | 210 | 100 | 63 | 0 | 65 | 76 | 57 | 11 | 55 | 45 |
| Binary | 10001000 | 1000000 | 110011 | 0 | 110101 | 111110 | 101111 | 1001 | 101101 | 100101 |
Color Harmonies of #884033
Complementary color
Monochromatic Colors of #884033
Black with #884033
Text Example
Text Example
White with #884033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884033; }
p { color: rgb(136,64,51); }
H1.HeaderClassName
{
color: #884033;
}
.AnyTagClassName
{
color: #884033;
}
</style>
background-color css
<style>
a { background-color: #884033; }
a { background-color: rgb(136,64,51); }
div.DivClassName
{
background-color: #884033;
}
.BgClassName
{
background-color: #884033;
}
</style>
border-color css
<style>
span { border-color: #884033; }
span { border-color: rgb(136,64,51); }
td.TdClassName
{
border-color: #884033;
}
.TagClassName
{
border-color: #884033;
}
</style>