Shades of Fire #883E2C
Tints of Fire #883E2C
RGB
CMYK
RGB Variations
Color information
#883E2C (or 0x883E2C) is known color: Fire. HEX triplet: 88, 3E and 2C. RGB value is (136,62,44). Sum of RGB (Red+Green+Blue) = 136+62+44=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E2C is #77C1D3. Grayscale: #525252. Windows color (decimal): -7848404 or 2899592. OLE color: 2899592.
HSL color Cylindrical-coordinate representation of color #883E2C: hue angle of 11.74º 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 #883E2C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 44 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.47 |
| HSL | 11.74º | 0.51% | 0.35% | - |
| HSV(B) | 11.74º | 0.68% | 0.53% | - |
| XYZ | 12.33 | 8.86 | 3.44 | - |
| YUV | 82.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 44 | 0 | 0.54 | 0.68 | 0.47 | 11.74 | 0.51 | 0.35 |
| Hex | 88 | 3E | 2C | 0 | 36 | 44 | 2F | C | 33 | 23 |
| Octal | 210 | 76 | 54 | 0 | 66 | 104 | 57 | 14 | 63 | 43 |
| Binary | 10001000 | 111110 | 101100 | 0 | 110110 | 1000100 | 101111 | 1100 | 110011 | 100011 |
Color Harmonies of #883E2C
Complementary color
Monochromatic Colors of #883E2C
Black with #883E2C
Text Example
Text Example
White with #883E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E2C; }
p { color: rgb(136,62,44); }
H1.HeaderClassName
{
color: #883E2C;
}
.AnyTagClassName
{
color: #883E2C;
}
</style>
background-color css
<style>
a { background-color: #883E2C; }
a { background-color: rgb(136,62,44); }
div.DivClassName
{
background-color: #883E2C;
}
.BgClassName
{
background-color: #883E2C;
}
</style>
border-color css
<style>
span { border-color: #883E2C; }
span { border-color: rgb(136,62,44); }
td.TdClassName
{
border-color: #883E2C;
}
.TagClassName
{
border-color: #883E2C;
}
</style>