Shades of Fire #883E22
Tints of Fire #883E22
RGB
CMYK
RGB Variations
Color information
#883E22 (or 0x883E22) is known color: Fire. HEX triplet: 88, 3E and 22. RGB value is (136,62,34). Sum of RGB (Red+Green+Blue) = 136+62+34=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #883E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E22 is #77C1DD. Grayscale: #515151. Windows color (decimal): -7848414 or 2244232. OLE color: 2244232.
HSL color Cylindrical-coordinate representation of color #883E22: hue angle of 16.47º 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 #883E22 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 34 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.47 |
| HSL | 16.47º | 0.6% | 0.33% | - |
| HSV(B) | 16.47º | 0.75% | 0.53% | - |
| XYZ | 12.16 | 8.79 | 2.57 | - |
| YUV | 80.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 34 | 0 | 0.54 | 0.75 | 0.47 | 16.47 | 0.6 | 0.33 |
| Hex | 88 | 3E | 22 | 0 | 36 | 4B | 2F | 10 | 3C | 21 |
| Octal | 210 | 76 | 42 | 0 | 66 | 113 | 57 | 20 | 74 | 41 |
| Binary | 10001000 | 111110 | 100010 | 0 | 110110 | 1001011 | 101111 | 10000 | 111100 | 100001 |
Color Harmonies of #883E22
Complementary color
Monochromatic Colors of #883E22
Black with #883E22
Text Example
Text Example
White with #883E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E22; }
p { color: rgb(136,62,34); }
H1.HeaderClassName
{
color: #883E22;
}
.AnyTagClassName
{
color: #883E22;
}
</style>
background-color css
<style>
a { background-color: #883E22; }
a { background-color: rgb(136,62,34); }
div.DivClassName
{
background-color: #883E22;
}
.BgClassName
{
background-color: #883E22;
}
</style>
border-color css
<style>
span { border-color: #883E22; }
span { border-color: rgb(136,62,34); }
td.TdClassName
{
border-color: #883E22;
}
.TagClassName
{
border-color: #883E22;
}
</style>