Shades of Prairie Sand #863C32
Tints of Prairie Sand #863C32
RGB
CMYK
RGB Variations
Color information
#863C32 (or 0x863C32) is known color: Prairie Sand. HEX triplet: 86, 3C and 32. RGB value is (134,60,50). Sum of RGB (Red+Green+Blue) = 134+60+50=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #863C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C32 is #79C3CD. Grayscale: #515151. Windows color (decimal): -7979982 or 3292294. OLE color: 3292294.
HSL color Cylindrical-coordinate representation of color #863C32: hue angle of 7.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863C32 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 50 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.47 |
| HSL | 7.14º | 0.46% | 0.36% | - |
| HSV(B) | 7.14º | 0.63% | 0.53% | - |
| XYZ | 12.02 | 8.53 | 4.03 | - |
| YUV | 80.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 50 | 0 | 0.55 | 0.63 | 0.47 | 7.14 | 0.46 | 0.36 |
| Hex | 86 | 3C | 32 | 0 | 37 | 3F | 2F | 7 | 2E | 24 |
| Octal | 206 | 74 | 62 | 0 | 67 | 77 | 57 | 7 | 56 | 44 |
| Binary | 10000110 | 111100 | 110010 | 0 | 110111 | 111111 | 101111 | 111 | 101110 | 100100 |
Color Harmonies of #863C32
Complementary color
Monochromatic Colors of #863C32
Black with #863C32
Text Example
Text Example
White with #863C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C32; }
p { color: rgb(134,60,50); }
H1.HeaderClassName
{
color: #863C32;
}
.AnyTagClassName
{
color: #863C32;
}
</style>
background-color css
<style>
a { background-color: #863C32; }
a { background-color: rgb(134,60,50); }
div.DivClassName
{
background-color: #863C32;
}
.BgClassName
{
background-color: #863C32;
}
</style>
border-color css
<style>
span { border-color: #863C32; }
span { border-color: rgb(134,60,50); }
td.TdClassName
{
border-color: #863C32;
}
.TagClassName
{
border-color: #863C32;
}
</style>