Shades of Prairie Sand #833B33
Tints of Prairie Sand #833B33
RGB
CMYK
RGB Variations
Color information
#833B33 (or 0x833B33) is known color: Prairie Sand. HEX triplet: 83, 3B and 33. RGB value is (131,59,51). Sum of RGB (Red+Green+Blue) = 131+59+51=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #833B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B33 is #7CC4CC. Grayscale: #4F4F4F. Windows color (decimal): -8176845 or 3357571. OLE color: 3357571.
HSL color Cylindrical-coordinate representation of color #833B33: hue angle of 6º 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 #833B33 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 51 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.49 |
| HSL | 6º | 0.44% | 0.36% | - |
| HSV(B) | 6º | 0.61% | 0.51% | - |
| XYZ | 11.52 | 8.19 | 4.11 | - |
| YUV | 79.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 51 | 0 | 0.55 | 0.61 | 0.49 | 6 | 0.44 | 0.36 |
| Hex | 83 | 3B | 33 | 0 | 37 | 3D | 31 | 6 | 2C | 24 |
| Octal | 203 | 73 | 63 | 0 | 67 | 75 | 61 | 6 | 54 | 44 |
| Binary | 10000011 | 111011 | 110011 | 0 | 110111 | 111101 | 110001 | 110 | 101100 | 100100 |
Color Harmonies of #833B33
Complementary color
Monochromatic Colors of #833B33
Black with #833B33
Text Example
Text Example
White with #833B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B33; }
p { color: rgb(131,59,51); }
H1.HeaderClassName
{
color: #833B33;
}
.AnyTagClassName
{
color: #833B33;
}
</style>
background-color css
<style>
a { background-color: #833B33; }
a { background-color: rgb(131,59,51); }
div.DivClassName
{
background-color: #833B33;
}
.BgClassName
{
background-color: #833B33;
}
</style>
border-color css
<style>
span { border-color: #833B33; }
span { border-color: rgb(131,59,51); }
td.TdClassName
{
border-color: #833B33;
}
.TagClassName
{
border-color: #833B33;
}
</style>