Shades of Fire #883E20
Tints of Fire #883E20
RGB
CMYK
RGB Variations
Color information
#883E20 (or 0x883E20) is known color: Fire. HEX triplet: 88, 3E and 20. RGB value is (136,62,32). Sum of RGB (Red+Green+Blue) = 136+62+32=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #883E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E20 is #77C1DF. Grayscale: #505050. Windows color (decimal): -7848416 or 2113160. OLE color: 2113160.
HSL color Cylindrical-coordinate representation of color #883E20: hue angle of 17.31º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883E20 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 32 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.47 |
| HSL | 17.31º | 0.62% | 0.33% | - |
| HSV(B) | 17.31º | 0.76% | 0.53% | - |
| XYZ | 12.14 | 8.78 | 2.42 | - |
| YUV | 80.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 32 | 0 | 0.54 | 0.76 | 0.47 | 17.31 | 0.62 | 0.33 |
| Hex | 88 | 3E | 20 | 0 | 36 | 4C | 2F | 11 | 3E | 21 |
| Octal | 210 | 76 | 40 | 0 | 66 | 114 | 57 | 21 | 76 | 41 |
| Binary | 10001000 | 111110 | 100000 | 0 | 110110 | 1001100 | 101111 | 10001 | 111110 | 100001 |
Color Harmonies of #883E20
Complementary color
Monochromatic Colors of #883E20
Black with #883E20
Text Example
Text Example
White with #883E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E20; }
p { color: rgb(136,62,32); }
H1.HeaderClassName
{
color: #883E20;
}
.AnyTagClassName
{
color: #883E20;
}
</style>
background-color css
<style>
a { background-color: #883E20; }
a { background-color: rgb(136,62,32); }
div.DivClassName
{
background-color: #883E20;
}
.BgClassName
{
background-color: #883E20;
}
</style>
border-color css
<style>
span { border-color: #883E20; }
span { border-color: rgb(136,62,32); }
td.TdClassName
{
border-color: #883E20;
}
.TagClassName
{
border-color: #883E20;
}
</style>