Shades of Prairie Sand #833F33
Tints of Prairie Sand #833F33
RGB
CMYK
RGB Variations
Color information
#833F33 (or 0x833F33) is known color: Prairie Sand. HEX triplet: 83, 3F and 33. RGB value is (131,63,51). Sum of RGB (Red+Green+Blue) = 131+63+51=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #833F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F33 is #7CC0CC. Grayscale: #525252. Windows color (decimal): -8175821 or 3358595. OLE color: 3358595.
HSL color Cylindrical-coordinate representation of color #833F33: hue angle of 9º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833F33 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 51 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.49 |
| HSL | 9º | 0.44% | 0.36% | - |
| HSV(B) | 9º | 0.61% | 0.51% | - |
| XYZ | 11.74 | 8.62 | 4.18 | - |
| YUV | 81.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 51 | 0 | 0.52 | 0.61 | 0.49 | 9 | 0.44 | 0.36 |
| Hex | 83 | 3F | 33 | 0 | 34 | 3D | 31 | 9 | 2C | 24 |
| Octal | 203 | 77 | 63 | 0 | 64 | 75 | 61 | 11 | 54 | 44 |
| Binary | 10000011 | 111111 | 110011 | 0 | 110100 | 111101 | 110001 | 1001 | 101100 | 100100 |
Color Harmonies of #833F33
Complementary color
Monochromatic Colors of #833F33
Black with #833F33
Text Example
Text Example
White with #833F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F33; }
p { color: rgb(131,63,51); }
H1.HeaderClassName
{
color: #833F33;
}
.AnyTagClassName
{
color: #833F33;
}
</style>
background-color css
<style>
a { background-color: #833F33; }
a { background-color: rgb(131,63,51); }
div.DivClassName
{
background-color: #833F33;
}
.BgClassName
{
background-color: #833F33;
}
</style>
border-color css
<style>
span { border-color: #833F33; }
span { border-color: rgb(131,63,51); }
td.TdClassName
{
border-color: #833F33;
}
.TagClassName
{
border-color: #833F33;
}
</style>