Shades of Prairie Sand #833C35
Tints of Prairie Sand #833C35
RGB
CMYK
RGB Variations
Color information
#833C35 (or 0x833C35) is known color: Prairie Sand. HEX triplet: 83, 3C and 35. RGB value is (131,60,53). Sum of RGB (Red+Green+Blue) = 131+60+53=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #833C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C35 is #7CC3CA. Grayscale: #505050. Windows color (decimal): -8176587 or 3488899. OLE color: 3488899.
HSL color Cylindrical-coordinate representation of color #833C35: hue angle of 5.38º degrees, saturation: 0.42, 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 #833C35 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 53 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.49 |
| HSL | 5.38º | 0.42% | 0.36% | - |
| HSV(B) | 5.38º | 0.6% | 0.51% | - |
| XYZ | 11.62 | 8.31 | 4.36 | - |
| YUV | 80.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 53 | 0 | 0.54 | 0.60 | 0.49 | 5.38 | 0.42 | 0.36 |
| Hex | 83 | 3C | 35 | 0 | 36 | 3C | 31 | 5 | 2A | 24 |
| Octal | 203 | 74 | 65 | 0 | 66 | 74 | 61 | 5 | 52 | 44 |
| Binary | 10000011 | 111100 | 110101 | 0 | 110110 | 111100 | 110001 | 101 | 101010 | 100100 |
Color Harmonies of #833C35
Complementary color
Monochromatic Colors of #833C35
Black with #833C35
Text Example
Text Example
White with #833C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C35; }
p { color: rgb(131,60,53); }
H1.HeaderClassName
{
color: #833C35;
}
.AnyTagClassName
{
color: #833C35;
}
</style>
background-color css
<style>
a { background-color: #833C35; }
a { background-color: rgb(131,60,53); }
div.DivClassName
{
background-color: #833C35;
}
.BgClassName
{
background-color: #833C35;
}
</style>
border-color css
<style>
span { border-color: #833C35; }
span { border-color: rgb(131,60,53); }
td.TdClassName
{
border-color: #833C35;
}
.TagClassName
{
border-color: #833C35;
}
</style>