Shades of Prairie Sand #833C30
Tints of Prairie Sand #833C30
RGB
CMYK
RGB Variations
Color information
#833C30 (or 0x833C30) is known color: Prairie Sand. HEX triplet: 83, 3C and 30. RGB value is (131,60,48). Sum of RGB (Red+Green+Blue) = 131+60+48=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #833C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C30 is #7CC3CF. Grayscale: #4F4F4F. Windows color (decimal): -8176592 or 3161219. OLE color: 3161219.
HSL color Cylindrical-coordinate representation of color #833C30: hue angle of 8.67º 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 #833C30 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 48 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.49 |
| HSL | 8.67º | 0.46% | 0.35% | - |
| HSV(B) | 8.67º | 0.63% | 0.51% | - |
| XYZ | 11.51 | 8.27 | 3.79 | - |
| YUV | 79.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 48 | 0 | 0.54 | 0.63 | 0.49 | 8.67 | 0.46 | 0.35 |
| Hex | 83 | 3C | 30 | 0 | 36 | 3F | 31 | 9 | 2E | 23 |
| Octal | 203 | 74 | 60 | 0 | 66 | 77 | 61 | 11 | 56 | 43 |
| Binary | 10000011 | 111100 | 110000 | 0 | 110110 | 111111 | 110001 | 1001 | 101110 | 100011 |
Color Harmonies of #833C30
Complementary color
Monochromatic Colors of #833C30
Black with #833C30
Text Example
Text Example
White with #833C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C30; }
p { color: rgb(131,60,48); }
H1.HeaderClassName
{
color: #833C30;
}
.AnyTagClassName
{
color: #833C30;
}
</style>
background-color css
<style>
a { background-color: #833C30; }
a { background-color: rgb(131,60,48); }
div.DivClassName
{
background-color: #833C30;
}
.BgClassName
{
background-color: #833C30;
}
</style>
border-color css
<style>
span { border-color: #833C30; }
span { border-color: rgb(131,60,48); }
td.TdClassName
{
border-color: #833C30;
}
.TagClassName
{
border-color: #833C30;
}
</style>