Shades of Fire #863C22
Tints of Fire #863C22
RGB
CMYK
RGB Variations
Color information
#863C22 (or 0x863C22) is known color: Fire. HEX triplet: 86, 3C and 22. RGB value is (134,60,34). Sum of RGB (Red+Green+Blue) = 134+60+34=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C22 is #79C3DD. Grayscale: #4F4F4F. Windows color (decimal): -7979998 or 2243718. OLE color: 2243718.
HSL color Cylindrical-coordinate representation of color #863C22: hue angle of 15.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863C22 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 34 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.47 |
| HSL | 15.6º | 0.6% | 0.33% | - |
| HSV(B) | 15.6º | 0.75% | 0.53% | - |
| XYZ | 11.74 | 8.42 | 2.52 | - |
| YUV | 79.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 34 | 0 | 0.55 | 0.75 | 0.47 | 15.6 | 0.6 | 0.33 |
| Hex | 86 | 3C | 22 | 0 | 37 | 4B | 2F | 10 | 3C | 21 |
| Octal | 206 | 74 | 42 | 0 | 67 | 113 | 57 | 20 | 74 | 41 |
| Binary | 10000110 | 111100 | 100010 | 0 | 110111 | 1001011 | 101111 | 10000 | 111100 | 100001 |
Color Harmonies of #863C22
Complementary color
Monochromatic Colors of #863C22
Black with #863C22
Text Example
Text Example
White with #863C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C22; }
p { color: rgb(134,60,34); }
H1.HeaderClassName
{
color: #863C22;
}
.AnyTagClassName
{
color: #863C22;
}
</style>
background-color css
<style>
a { background-color: #863C22; }
a { background-color: rgb(134,60,34); }
div.DivClassName
{
background-color: #863C22;
}
.BgClassName
{
background-color: #863C22;
}
</style>
border-color css
<style>
span { border-color: #863C22; }
span { border-color: rgb(134,60,34); }
td.TdClassName
{
border-color: #863C22;
}
.TagClassName
{
border-color: #863C22;
}
</style>