Shades of Prairie Sand #883D2F
Tints of Prairie Sand #883D2F
RGB
CMYK
RGB Variations
Color information
#883D2F (or 0x883D2F) is known color: Prairie Sand. HEX triplet: 88, 3D and 2F. RGB value is (136,61,47). Sum of RGB (Red+Green+Blue) = 136+61+47=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #883D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D2F is #77C2D0. Grayscale: #515151. Windows color (decimal): -7848657 or 3095944. OLE color: 3095944.
HSL color Cylindrical-coordinate representation of color #883D2F: hue angle of 9.44º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883D2F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 47 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.47 |
| HSL | 9.44º | 0.49% | 0.36% | - |
| HSV(B) | 9.44º | 0.65% | 0.53% | - |
| XYZ | 12.34 | 8.78 | 3.73 | - |
| YUV | 81.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 47 | 0 | 0.55 | 0.65 | 0.47 | 9.44 | 0.49 | 0.36 |
| Hex | 88 | 3D | 2F | 0 | 37 | 41 | 2F | 9 | 31 | 24 |
| Octal | 210 | 75 | 57 | 0 | 67 | 101 | 57 | 11 | 61 | 44 |
| Binary | 10001000 | 111101 | 101111 | 0 | 110111 | 1000001 | 101111 | 1001 | 110001 | 100100 |
Color Harmonies of #883D2F
Complementary color
Monochromatic Colors of #883D2F
Black with #883D2F
Text Example
Text Example
White with #883D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D2F; }
p { color: rgb(136,61,47); }
H1.HeaderClassName
{
color: #883D2F;
}
.AnyTagClassName
{
color: #883D2F;
}
</style>
background-color css
<style>
a { background-color: #883D2F; }
a { background-color: rgb(136,61,47); }
div.DivClassName
{
background-color: #883D2F;
}
.BgClassName
{
background-color: #883D2F;
}
</style>
border-color css
<style>
span { border-color: #883D2F; }
span { border-color: rgb(136,61,47); }
td.TdClassName
{
border-color: #883D2F;
}
.TagClassName
{
border-color: #883D2F;
}
</style>