Shades of Prairie Sand #823C34
Tints of Prairie Sand #823C34
RGB
CMYK
RGB Variations
Color information
#823C34 (or 0x823C34) is known color: Prairie Sand. HEX triplet: 82, 3C and 34. RGB value is (130,60,52). Sum of RGB (Red+Green+Blue) = 130+60+52=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #823C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C34 is #7DC3CB. Grayscale: #505050. Windows color (decimal): -8242124 or 3423362. OLE color: 3423362.
HSL color Cylindrical-coordinate representation of color #823C34: hue angle of 6.15º 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 #823C34 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 52 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.49 |
| HSL | 6.15º | 0.43% | 0.36% | - |
| HSV(B) | 6.15º | 0.6% | 0.51% | - |
| XYZ | 11.44 | 8.23 | 4.23 | - |
| YUV | 80.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 52 | 0 | 0.54 | 0.60 | 0.49 | 6.15 | 0.43 | 0.36 |
| Hex | 82 | 3C | 34 | 0 | 36 | 3C | 31 | 6 | 2B | 24 |
| Octal | 202 | 74 | 64 | 0 | 66 | 74 | 61 | 6 | 53 | 44 |
| Binary | 10000010 | 111100 | 110100 | 0 | 110110 | 111100 | 110001 | 110 | 101011 | 100100 |
Color Harmonies of #823C34
Complementary color
Monochromatic Colors of #823C34
Black with #823C34
Text Example
Text Example
White with #823C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C34; }
p { color: rgb(130,60,52); }
H1.HeaderClassName
{
color: #823C34;
}
.AnyTagClassName
{
color: #823C34;
}
</style>
background-color css
<style>
a { background-color: #823C34; }
a { background-color: rgb(130,60,52); }
div.DivClassName
{
background-color: #823C34;
}
.BgClassName
{
background-color: #823C34;
}
</style>
border-color css
<style>
span { border-color: #823C34; }
span { border-color: rgb(130,60,52); }
td.TdClassName
{
border-color: #823C34;
}
.TagClassName
{
border-color: #823C34;
}
</style>