Shades of Fire #863C20
Tints of Fire #863C20
RGB
CMYK
RGB Variations
Color information
#863C20 (or 0x863C20) is known color: Fire. HEX triplet: 86, 3C and 20. RGB value is (134,60,32). Sum of RGB (Red+Green+Blue) = 134+60+32=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #863C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C20 is #79C3DF. Grayscale: #4F4F4F. Windows color (decimal): -7980000 or 2112646. OLE color: 2112646.
HSL color Cylindrical-coordinate representation of color #863C20: hue angle of 16.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863C20 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 32 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.47 |
| HSL | 16.47º | 0.61% | 0.33% | - |
| HSV(B) | 16.47º | 0.76% | 0.53% | - |
| XYZ | 11.71 | 8.4 | 2.37 | - |
| YUV | 78.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 32 | 0 | 0.55 | 0.76 | 0.47 | 16.47 | 0.61 | 0.33 |
| Hex | 86 | 3C | 20 | 0 | 37 | 4C | 2F | 10 | 3D | 21 |
| Octal | 206 | 74 | 40 | 0 | 67 | 114 | 57 | 20 | 75 | 41 |
| Binary | 10000110 | 111100 | 100000 | 0 | 110111 | 1001100 | 101111 | 10000 | 111101 | 100001 |
Color Harmonies of #863C20
Complementary color
Monochromatic Colors of #863C20
Black with #863C20
Text Example
Text Example
White with #863C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C20; }
p { color: rgb(134,60,32); }
H1.HeaderClassName
{
color: #863C20;
}
.AnyTagClassName
{
color: #863C20;
}
</style>
background-color css
<style>
a { background-color: #863C20; }
a { background-color: rgb(134,60,32); }
div.DivClassName
{
background-color: #863C20;
}
.BgClassName
{
background-color: #863C20;
}
</style>
border-color css
<style>
span { border-color: #863C20; }
span { border-color: rgb(134,60,32); }
td.TdClassName
{
border-color: #863C20;
}
.TagClassName
{
border-color: #863C20;
}
</style>