Shades of Fire #863E2A
Tints of Fire #863E2A
RGB
CMYK
RGB Variations
Color information
#863E2A (or 0x863E2A) is known color: Fire. HEX triplet: 86, 3E and 2A. RGB value is (134,62,42). Sum of RGB (Red+Green+Blue) = 134+62+42=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2A is #79C1D5. Grayscale: #515151. Windows color (decimal): -7979478 or 2768518. OLE color: 2768518.
HSL color Cylindrical-coordinate representation of color #863E2A: hue angle of 13.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863E2A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 42 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.47 |
| HSL | 13.04º | 0.52% | 0.35% | - |
| HSV(B) | 13.04º | 0.69% | 0.53% | - |
| XYZ | 11.97 | 8.68 | 3.24 | - |
| YUV | 81.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 42 | 0 | 0.54 | 0.69 | 0.47 | 13.04 | 0.52 | 0.35 |
| Hex | 86 | 3E | 2A | 0 | 36 | 45 | 2F | D | 34 | 23 |
| Octal | 206 | 76 | 52 | 0 | 66 | 105 | 57 | 15 | 64 | 43 |
| Binary | 10000110 | 111110 | 101010 | 0 | 110110 | 1000101 | 101111 | 1101 | 110100 | 100011 |
Color Harmonies of #863E2A
Complementary color
Monochromatic Colors of #863E2A
Black with #863E2A
Text Example
Text Example
White with #863E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E2A; }
p { color: rgb(134,62,42); }
H1.HeaderClassName
{
color: #863E2A;
}
.AnyTagClassName
{
color: #863E2A;
}
</style>
background-color css
<style>
a { background-color: #863E2A; }
a { background-color: rgb(134,62,42); }
div.DivClassName
{
background-color: #863E2A;
}
.BgClassName
{
background-color: #863E2A;
}
</style>
border-color css
<style>
span { border-color: #863E2A; }
span { border-color: rgb(134,62,42); }
td.TdClassName
{
border-color: #863E2A;
}
.TagClassName
{
border-color: #863E2A;
}
</style>