Shades of Prairie Sand #833D31
Tints of Prairie Sand #833D31
RGB
CMYK
RGB Variations
Color information
#833D31 (or 0x833D31) is known color: Prairie Sand. HEX triplet: 83, 3D and 31. RGB value is (131,61,49). Sum of RGB (Red+Green+Blue) = 131+61+49=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #833D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D31 is #7CC2CE. Grayscale: #505050. Windows color (decimal): -8176335 or 3227011. OLE color: 3227011.
HSL color Cylindrical-coordinate representation of color #833D31: hue angle of 8.78º 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 #833D31 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 49 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.49 |
| HSL | 8.78º | 0.46% | 0.35% | - |
| HSV(B) | 8.78º | 0.63% | 0.51% | - |
| XYZ | 11.58 | 8.38 | 3.91 | - |
| YUV | 80.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 49 | 0 | 0.53 | 0.63 | 0.49 | 8.78 | 0.46 | 0.35 |
| Hex | 83 | 3D | 31 | 0 | 35 | 3F | 31 | 9 | 2E | 23 |
| Octal | 203 | 75 | 61 | 0 | 65 | 77 | 61 | 11 | 56 | 43 |
| Binary | 10000011 | 111101 | 110001 | 0 | 110101 | 111111 | 110001 | 1001 | 101110 | 100011 |
Color Harmonies of #833D31
Complementary color
Monochromatic Colors of #833D31
Black with #833D31
Text Example
Text Example
White with #833D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D31; }
p { color: rgb(131,61,49); }
H1.HeaderClassName
{
color: #833D31;
}
.AnyTagClassName
{
color: #833D31;
}
</style>
background-color css
<style>
a { background-color: #833D31; }
a { background-color: rgb(131,61,49); }
div.DivClassName
{
background-color: #833D31;
}
.BgClassName
{
background-color: #833D31;
}
</style>
border-color css
<style>
span { border-color: #833D31; }
span { border-color: rgb(131,61,49); }
td.TdClassName
{
border-color: #833D31;
}
.TagClassName
{
border-color: #833D31;
}
</style>