Shades of Prairie Sand #83402D
Tints of Prairie Sand #83402D
RGB
CMYK
RGB Variations
Color information
#83402D (or 0x83402D) is known color: Prairie Sand. HEX triplet: 83, 40 and 2D. RGB value is (131,64,45). Sum of RGB (Red+Green+Blue) = 131+64+45=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83402D is #7CBFD2. Grayscale: #525252. Windows color (decimal): -8175571 or 2965635. OLE color: 2965635.
HSL color Cylindrical-coordinate representation of color #83402D: hue angle of 13.26º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83402D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 45 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.49 |
| HSL | 13.26º | 0.49% | 0.35% | - |
| HSV(B) | 13.26º | 0.66% | 0.51% | - |
| XYZ | 11.67 | 8.68 | 3.54 | - |
| YUV | 81.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 45 | 0 | 0.51 | 0.66 | 0.49 | 13.26 | 0.49 | 0.35 |
| Hex | 83 | 40 | 2D | 0 | 33 | 42 | 31 | D | 31 | 23 |
| Octal | 203 | 100 | 55 | 0 | 63 | 102 | 61 | 15 | 61 | 43 |
| Binary | 10000011 | 1000000 | 101101 | 0 | 110011 | 1000010 | 110001 | 1101 | 110001 | 100011 |
Color Harmonies of #83402D
Complementary color
Monochromatic Colors of #83402D
Black with #83402D
Text Example
Text Example
White with #83402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83402D; }
p { color: rgb(131,64,45); }
H1.HeaderClassName
{
color: #83402D;
}
.AnyTagClassName
{
color: #83402D;
}
</style>
background-color css
<style>
a { background-color: #83402D; }
a { background-color: rgb(131,64,45); }
div.DivClassName
{
background-color: #83402D;
}
.BgClassName
{
background-color: #83402D;
}
</style>
border-color css
<style>
span { border-color: #83402D; }
span { border-color: rgb(131,64,45); }
td.TdClassName
{
border-color: #83402D;
}
.TagClassName
{
border-color: #83402D;
}
</style>