Shades of Fire #863D2A
Tints of Fire #863D2A
RGB
CMYK
RGB Variations
Color information
#863D2A (or 0x863D2A) is known color: Fire. HEX triplet: 86, 3D and 2A. RGB value is (134,61,42). Sum of RGB (Red+Green+Blue) = 134+61+42=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D2A is #79C2D5. Grayscale: #505050. Windows color (decimal): -7979734 or 2768262. OLE color: 2768262.
HSL color Cylindrical-coordinate representation of color #863D2A: hue angle of 12.39º 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 #863D2A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 42 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.47 |
| HSL | 12.39º | 0.52% | 0.35% | - |
| HSV(B) | 12.39º | 0.69% | 0.53% | - |
| XYZ | 11.92 | 8.57 | 3.22 | - |
| YUV | 80.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 42 | 0 | 0.54 | 0.69 | 0.47 | 12.39 | 0.52 | 0.35 |
| Hex | 86 | 3D | 2A | 0 | 36 | 45 | 2F | C | 34 | 23 |
| Octal | 206 | 75 | 52 | 0 | 66 | 105 | 57 | 14 | 64 | 43 |
| Binary | 10000110 | 111101 | 101010 | 0 | 110110 | 1000101 | 101111 | 1100 | 110100 | 100011 |
Color Harmonies of #863D2A
Complementary color
Monochromatic Colors of #863D2A
Black with #863D2A
Text Example
Text Example
White with #863D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D2A; }
p { color: rgb(134,61,42); }
H1.HeaderClassName
{
color: #863D2A;
}
.AnyTagClassName
{
color: #863D2A;
}
</style>
background-color css
<style>
a { background-color: #863D2A; }
a { background-color: rgb(134,61,42); }
div.DivClassName
{
background-color: #863D2A;
}
.BgClassName
{
background-color: #863D2A;
}
</style>
border-color css
<style>
span { border-color: #863D2A; }
span { border-color: rgb(134,61,42); }
td.TdClassName
{
border-color: #863D2A;
}
.TagClassName
{
border-color: #863D2A;
}
</style>