Shades of Prairie Sand #823C35
Tints of Prairie Sand #823C35
RGB
CMYK
RGB Variations
Color information
#823C35 (or 0x823C35) is known color: Prairie Sand. HEX triplet: 82, 3C and 35. RGB value is (130,60,53). Sum of RGB (Red+Green+Blue) = 130+60+53=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #823C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C35 is #7DC3CA. Grayscale: #505050. Windows color (decimal): -8242123 or 3488898. OLE color: 3488898.
HSL color Cylindrical-coordinate representation of color #823C35: hue angle of 5.45º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #823C35 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 53 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.49 |
| HSL | 5.45º | 0.42% | 0.36% | - |
| HSV(B) | 5.45º | 0.59% | 0.51% | - |
| XYZ | 11.46 | 8.23 | 4.35 | - |
| YUV | 80.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 53 | 0 | 0.54 | 0.59 | 0.49 | 5.45 | 0.42 | 0.36 |
| Hex | 82 | 3C | 35 | 0 | 36 | 3B | 31 | 5 | 2A | 24 |
| Octal | 202 | 74 | 65 | 0 | 66 | 73 | 61 | 5 | 52 | 44 |
| Binary | 10000010 | 111100 | 110101 | 0 | 110110 | 111011 | 110001 | 101 | 101010 | 100100 |
Color Harmonies of #823C35
Complementary color
Monochromatic Colors of #823C35
Black with #823C35
Text Example
Text Example
White with #823C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C35; }
p { color: rgb(130,60,53); }
H1.HeaderClassName
{
color: #823C35;
}
.AnyTagClassName
{
color: #823C35;
}
</style>
background-color css
<style>
a { background-color: #823C35; }
a { background-color: rgb(130,60,53); }
div.DivClassName
{
background-color: #823C35;
}
.BgClassName
{
background-color: #823C35;
}
</style>
border-color css
<style>
span { border-color: #823C35; }
span { border-color: rgb(130,60,53); }
td.TdClassName
{
border-color: #823C35;
}
.TagClassName
{
border-color: #823C35;
}
</style>