Shades of Fire #863F22
Tints of Fire #863F22
RGB
CMYK
RGB Variations
Color information
#863F22 (or 0x863F22) is known color: Fire. HEX triplet: 86, 3F and 22. RGB value is (134,63,34). Sum of RGB (Red+Green+Blue) = 134+63+34=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #863F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F22 is #79C0DD. Grayscale: #515151. Windows color (decimal): -7979230 or 2244486. OLE color: 2244486.
HSL color Cylindrical-coordinate representation of color #863F22: hue angle of 17.4º 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 #863F22 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 34 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.47 |
| HSL | 17.4º | 0.6% | 0.33% | - |
| HSV(B) | 17.4º | 0.75% | 0.53% | - |
| XYZ | 11.9 | 8.74 | 2.57 | - |
| YUV | 80.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 34 | 0 | 0.53 | 0.75 | 0.47 | 17.4 | 0.6 | 0.33 |
| Hex | 86 | 3F | 22 | 0 | 35 | 4B | 2F | 11 | 3C | 21 |
| Octal | 206 | 77 | 42 | 0 | 65 | 113 | 57 | 21 | 74 | 41 |
| Binary | 10000110 | 111111 | 100010 | 0 | 110101 | 1001011 | 101111 | 10001 | 111100 | 100001 |
Color Harmonies of #863F22
Complementary color
Monochromatic Colors of #863F22
Black with #863F22
Text Example
Text Example
White with #863F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F22; }
p { color: rgb(134,63,34); }
H1.HeaderClassName
{
color: #863F22;
}
.AnyTagClassName
{
color: #863F22;
}
</style>
background-color css
<style>
a { background-color: #863F22; }
a { background-color: rgb(134,63,34); }
div.DivClassName
{
background-color: #863F22;
}
.BgClassName
{
background-color: #863F22;
}
</style>
border-color css
<style>
span { border-color: #863F22; }
span { border-color: rgb(134,63,34); }
td.TdClassName
{
border-color: #863F22;
}
.TagClassName
{
border-color: #863F22;
}
</style>