Shades of Prairie Sand #823E33
Tints of Prairie Sand #823E33
RGB
CMYK
RGB Variations
Color information
#823E33 (or 0x823E33) is known color: Prairie Sand. HEX triplet: 82, 3E and 33. RGB value is (130,62,51). Sum of RGB (Red+Green+Blue) = 130+62+51=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #823E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823E33 is #7DC1CC. Grayscale: #515151. Windows color (decimal): -8241613 or 3358338. OLE color: 3358338.
HSL color Cylindrical-coordinate representation of color #823E33: hue angle of 8.35º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823E33 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 51 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.49 |
| HSL | 8.35º | 0.44% | 0.35% | - |
| HSV(B) | 8.35º | 0.61% | 0.51% | - |
| XYZ | 11.53 | 8.43 | 4.15 | - |
| YUV | 81.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 51 | 0 | 0.52 | 0.61 | 0.49 | 8.35 | 0.44 | 0.35 |
| Hex | 82 | 3E | 33 | 0 | 34 | 3D | 31 | 8 | 2C | 23 |
| Octal | 202 | 76 | 63 | 0 | 64 | 75 | 61 | 10 | 54 | 43 |
| Binary | 10000010 | 111110 | 110011 | 0 | 110100 | 111101 | 110001 | 1000 | 101100 | 100011 |
Color Harmonies of #823E33
Complementary color
Monochromatic Colors of #823E33
Black with #823E33
Text Example
Text Example
White with #823E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E33; }
p { color: rgb(130,62,51); }
H1.HeaderClassName
{
color: #823E33;
}
.AnyTagClassName
{
color: #823E33;
}
</style>
background-color css
<style>
a { background-color: #823E33; }
a { background-color: rgb(130,62,51); }
div.DivClassName
{
background-color: #823E33;
}
.BgClassName
{
background-color: #823E33;
}
</style>
border-color css
<style>
span { border-color: #823E33; }
span { border-color: rgb(130,62,51); }
td.TdClassName
{
border-color: #823E33;
}
.TagClassName
{
border-color: #823E33;
}
</style>