Shades of Prairie Sand #863C30
Tints of Prairie Sand #863C30
RGB
CMYK
RGB Variations
Color information
#863C30 (or 0x863C30) is known color: Prairie Sand. HEX triplet: 86, 3C and 30. RGB value is (134,60,48). Sum of RGB (Red+Green+Blue) = 134+60+48=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C30 is #79C3CF. Grayscale: #505050. Windows color (decimal): -7979984 or 3161222. OLE color: 3161222.
HSL color Cylindrical-coordinate representation of color #863C30: hue angle of 8.37º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863C30 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 48 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.47 |
| HSL | 8.37º | 0.47% | 0.36% | - |
| HSV(B) | 8.37º | 0.64% | 0.53% | - |
| XYZ | 11.98 | 8.51 | 3.81 | - |
| YUV | 80.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 48 | 0 | 0.55 | 0.64 | 0.47 | 8.37 | 0.47 | 0.36 |
| Hex | 86 | 3C | 30 | 0 | 37 | 40 | 2F | 8 | 2F | 24 |
| Octal | 206 | 74 | 60 | 0 | 67 | 100 | 57 | 10 | 57 | 44 |
| Binary | 10000110 | 111100 | 110000 | 0 | 110111 | 1000000 | 101111 | 1000 | 101111 | 100100 |
Color Harmonies of #863C30
Complementary color
Monochromatic Colors of #863C30
Black with #863C30
Text Example
Text Example
White with #863C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C30; }
p { color: rgb(134,60,48); }
H1.HeaderClassName
{
color: #863C30;
}
.AnyTagClassName
{
color: #863C30;
}
</style>
background-color css
<style>
a { background-color: #863C30; }
a { background-color: rgb(134,60,48); }
div.DivClassName
{
background-color: #863C30;
}
.BgClassName
{
background-color: #863C30;
}
</style>
border-color css
<style>
span { border-color: #863C30; }
span { border-color: rgb(134,60,48); }
td.TdClassName
{
border-color: #863C30;
}
.TagClassName
{
border-color: #863C30;
}
</style>