Shades of Fire #863E2C
Tints of Fire #863E2C
RGB
CMYK
RGB Variations
Color information
#863E2C (or 0x863E2C) is known color: Fire. HEX triplet: 86, 3E and 2C. RGB value is (134,62,44). Sum of RGB (Red+Green+Blue) = 134+62+44=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2C is #79C1D3. Grayscale: #515151. Windows color (decimal): -7979476 or 2899590. OLE color: 2899590.
HSL color Cylindrical-coordinate representation of color #863E2C: hue angle of 12º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863E2C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 44 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.47 |
| HSL | 12º | 0.51% | 0.35% | - |
| HSV(B) | 12º | 0.67% | 0.53% | - |
| XYZ | 12.01 | 8.7 | 3.43 | - |
| YUV | 81.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 44 | 0 | 0.54 | 0.67 | 0.47 | 12 | 0.51 | 0.35 |
| Hex | 86 | 3E | 2C | 0 | 36 | 43 | 2F | C | 33 | 23 |
| Octal | 206 | 76 | 54 | 0 | 66 | 103 | 57 | 14 | 63 | 43 |
| Binary | 10000110 | 111110 | 101100 | 0 | 110110 | 1000011 | 101111 | 1100 | 110011 | 100011 |
Color Harmonies of #863E2C
Complementary color
Monochromatic Colors of #863E2C
Black with #863E2C
Text Example
Text Example
White with #863E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E2C; }
p { color: rgb(134,62,44); }
H1.HeaderClassName
{
color: #863E2C;
}
.AnyTagClassName
{
color: #863E2C;
}
</style>
background-color css
<style>
a { background-color: #863E2C; }
a { background-color: rgb(134,62,44); }
div.DivClassName
{
background-color: #863E2C;
}
.BgClassName
{
background-color: #863E2C;
}
</style>
border-color css
<style>
span { border-color: #863E2C; }
span { border-color: rgb(134,62,44); }
td.TdClassName
{
border-color: #863E2C;
}
.TagClassName
{
border-color: #863E2C;
}
</style>