Shades of Fire #883C1E
Tints of Fire #883C1E
RGB
CMYK
RGB Variations
Color information
#883C1E (or 0x883C1E) is known color: Fire. HEX triplet: 88, 3C and 1E. RGB value is (136,60,30). Sum of RGB (Red+Green+Blue) = 136+60+30=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #883C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C1E is #77C3E1. Grayscale: #4F4F4F. Windows color (decimal): -7848930 or 1981576. OLE color: 1981576.
HSL color Cylindrical-coordinate representation of color #883C1E: hue angle of 16.98º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #883C1E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 30 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.47 |
| HSL | 16.98º | 0.64% | 0.33% | - |
| HSV(B) | 16.98º | 0.78% | 0.53% | - |
| XYZ | 12 | 8.56 | 2.25 | - |
| YUV | 79.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 30 | 0 | 0.56 | 0.78 | 0.47 | 16.98 | 0.64 | 0.33 |
| Hex | 88 | 3C | 1E | 0 | 38 | 4E | 2F | 11 | 40 | 21 |
| Octal | 210 | 74 | 36 | 0 | 70 | 116 | 57 | 21 | 100 | 41 |
| Binary | 10001000 | 111100 | 11110 | 0 | 111000 | 1001110 | 101111 | 10001 | 1000000 | 100001 |
Color Harmonies of #883C1E
Complementary color
Monochromatic Colors of #883C1E
Black with #883C1E
Text Example
Text Example
White with #883C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C1E; }
p { color: rgb(136,60,30); }
H1.HeaderClassName
{
color: #883C1E;
}
.AnyTagClassName
{
color: #883C1E;
}
</style>
background-color css
<style>
a { background-color: #883C1E; }
a { background-color: rgb(136,60,30); }
div.DivClassName
{
background-color: #883C1E;
}
.BgClassName
{
background-color: #883C1E;
}
</style>
border-color css
<style>
span { border-color: #883C1E; }
span { border-color: rgb(136,60,30); }
td.TdClassName
{
border-color: #883C1E;
}
.TagClassName
{
border-color: #883C1E;
}
</style>