Shades of Fire #863E2B
Tints of Fire #863E2B
RGB
CMYK
RGB Variations
Color information
#863E2B (or 0x863E2B) is known color: Fire. HEX triplet: 86, 3E and 2B. RGB value is (134,62,43). Sum of RGB (Red+Green+Blue) = 134+62+43=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2B is #79C1D4. Grayscale: #515151. Windows color (decimal): -7979477 or 2834054. OLE color: 2834054.
HSL color Cylindrical-coordinate representation of color #863E2B: hue angle of 12.53º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863E2B is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 43 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.47 |
| HSL | 12.53º | 0.51% | 0.35% | - |
| HSV(B) | 12.53º | 0.68% | 0.53% | - |
| XYZ | 11.99 | 8.69 | 3.33 | - |
| YUV | 81.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 43 | 0 | 0.54 | 0.68 | 0.47 | 12.53 | 0.51 | 0.35 |
| Hex | 86 | 3E | 2B | 0 | 36 | 44 | 2F | D | 33 | 23 |
| Octal | 206 | 76 | 53 | 0 | 66 | 104 | 57 | 15 | 63 | 43 |
| Binary | 10000110 | 111110 | 101011 | 0 | 110110 | 1000100 | 101111 | 1101 | 110011 | 100011 |
Color Harmonies of #863E2B
Complementary color
Monochromatic Colors of #863E2B
Black with #863E2B
Text Example
Text Example
White with #863E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E2B; }
p { color: rgb(134,62,43); }
H1.HeaderClassName
{
color: #863E2B;
}
.AnyTagClassName
{
color: #863E2B;
}
</style>
background-color css
<style>
a { background-color: #863E2B; }
a { background-color: rgb(134,62,43); }
div.DivClassName
{
background-color: #863E2B;
}
.BgClassName
{
background-color: #863E2B;
}
</style>
border-color css
<style>
span { border-color: #863E2B; }
span { border-color: rgb(134,62,43); }
td.TdClassName
{
border-color: #863E2B;
}
.TagClassName
{
border-color: #863E2B;
}
</style>