Shades of Prairie Sand #833F34
Tints of Prairie Sand #833F34
RGB
CMYK
RGB Variations
Color information
#833F34 (or 0x833F34) is known color: Prairie Sand. HEX triplet: 83, 3F and 34. RGB value is (131,63,52). Sum of RGB (Red+Green+Blue) = 131+63+52=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #833F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F34 is #7CC0CB. Grayscale: #525252. Windows color (decimal): -8175820 or 3424131. OLE color: 3424131.
HSL color Cylindrical-coordinate representation of color #833F34: hue angle of 8.35º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833F34 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 52 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.49 |
| HSL | 8.35º | 0.43% | 0.36% | - |
| HSV(B) | 8.35º | 0.6% | 0.51% | - |
| XYZ | 11.76 | 8.63 | 4.29 | - |
| YUV | 82.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 52 | 0 | 0.52 | 0.60 | 0.49 | 8.35 | 0.43 | 0.36 |
| Hex | 83 | 3F | 34 | 0 | 34 | 3C | 31 | 8 | 2B | 24 |
| Octal | 203 | 77 | 64 | 0 | 64 | 74 | 61 | 10 | 53 | 44 |
| Binary | 10000011 | 111111 | 110100 | 0 | 110100 | 111100 | 110001 | 1000 | 101011 | 100100 |
Color Harmonies of #833F34
Complementary color
Monochromatic Colors of #833F34
Black with #833F34
Text Example
Text Example
White with #833F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F34; }
p { color: rgb(131,63,52); }
H1.HeaderClassName
{
color: #833F34;
}
.AnyTagClassName
{
color: #833F34;
}
</style>
background-color css
<style>
a { background-color: #833F34; }
a { background-color: rgb(131,63,52); }
div.DivClassName
{
background-color: #833F34;
}
.BgClassName
{
background-color: #833F34;
}
</style>
border-color css
<style>
span { border-color: #833F34; }
span { border-color: rgb(131,63,52); }
td.TdClassName
{
border-color: #833F34;
}
.TagClassName
{
border-color: #833F34;
}
</style>