Shades of Prairie Sand #833E31
Tints of Prairie Sand #833E31
RGB
CMYK
RGB Variations
Color information
#833E31 (or 0x833E31) is known color: Prairie Sand. HEX triplet: 83, 3E and 31. RGB value is (131,62,49). Sum of RGB (Red+Green+Blue) = 131+62+49=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #833E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833E31 is #7CC1CE. Grayscale: #515151. Windows color (decimal): -8176079 or 3227267. OLE color: 3227267.
HSL color Cylindrical-coordinate representation of color #833E31: hue angle of 9.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833E31 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 49 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.49 |
| HSL | 9.51º | 0.46% | 0.35% | - |
| HSV(B) | 9.51º | 0.63% | 0.51% | - |
| XYZ | 11.64 | 8.49 | 3.93 | - |
| YUV | 81.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 49 | 0 | 0.53 | 0.63 | 0.49 | 9.51 | 0.46 | 0.35 |
| Hex | 83 | 3E | 31 | 0 | 35 | 3F | 31 | A | 2E | 23 |
| Octal | 203 | 76 | 61 | 0 | 65 | 77 | 61 | 12 | 56 | 43 |
| Binary | 10000011 | 111110 | 110001 | 0 | 110101 | 111111 | 110001 | 1010 | 101110 | 100011 |
Color Harmonies of #833E31
Complementary color
Monochromatic Colors of #833E31
Black with #833E31
Text Example
Text Example
White with #833E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E31; }
p { color: rgb(131,62,49); }
H1.HeaderClassName
{
color: #833E31;
}
.AnyTagClassName
{
color: #833E31;
}
</style>
background-color css
<style>
a { background-color: #833E31; }
a { background-color: rgb(131,62,49); }
div.DivClassName
{
background-color: #833E31;
}
.BgClassName
{
background-color: #833E31;
}
</style>
border-color css
<style>
span { border-color: #833E31; }
span { border-color: rgb(131,62,49); }
td.TdClassName
{
border-color: #833E31;
}
.TagClassName
{
border-color: #833E31;
}
</style>