Shades of Prairie Sand #883D33
Tints of Prairie Sand #883D33
RGB
CMYK
RGB Variations
Color information
#883D33 (or 0x883D33) is known color: Prairie Sand. HEX triplet: 88, 3D and 33. RGB value is (136,61,51). Sum of RGB (Red+Green+Blue) = 136+61+51=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #883D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D33 is #77C2CC. Grayscale: #525252. Windows color (decimal): -7848653 or 3358088. OLE color: 3358088.
HSL color Cylindrical-coordinate representation of color #883D33: hue angle of 7.06º 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 #883D33 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 51 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.47 |
| HSL | 7.06º | 0.45% | 0.37% | - |
| HSV(B) | 7.06º | 0.63% | 0.53% | - |
| XYZ | 12.42 | 8.81 | 4.18 | - |
| YUV | 82.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 51 | 0 | 0.55 | 0.62 | 0.47 | 7.06 | 0.45 | 0.37 |
| Hex | 88 | 3D | 33 | 0 | 37 | 3E | 2F | 7 | 2D | 25 |
| Octal | 210 | 75 | 63 | 0 | 67 | 76 | 57 | 7 | 55 | 45 |
| Binary | 10001000 | 111101 | 110011 | 0 | 110111 | 111110 | 101111 | 111 | 101101 | 100101 |
Color Harmonies of #883D33
Complementary color
Monochromatic Colors of #883D33
Black with #883D33
Text Example
Text Example
White with #883D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D33; }
p { color: rgb(136,61,51); }
H1.HeaderClassName
{
color: #883D33;
}
.AnyTagClassName
{
color: #883D33;
}
</style>
background-color css
<style>
a { background-color: #883D33; }
a { background-color: rgb(136,61,51); }
div.DivClassName
{
background-color: #883D33;
}
.BgClassName
{
background-color: #883D33;
}
</style>
border-color css
<style>
span { border-color: #883D33; }
span { border-color: rgb(136,61,51); }
td.TdClassName
{
border-color: #883D33;
}
.TagClassName
{
border-color: #883D33;
}
</style>