Shades of Fire #883D20
Tints of Fire #883D20
RGB
CMYK
RGB Variations
Color information
#883D20 (or 0x883D20) is known color: Fire. HEX triplet: 88, 3D and 20. RGB value is (136,61,32). Sum of RGB (Red+Green+Blue) = 136+61+32=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #883D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D20 is #77C2DF. Grayscale: #505050. Windows color (decimal): -7848672 or 2112904. OLE color: 2112904.
HSL color Cylindrical-coordinate representation of color #883D20: hue angle of 16.73º 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 #883D20 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 32 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.47 |
| HSL | 16.73º | 0.62% | 0.33% | - |
| HSV(B) | 16.73º | 0.76% | 0.53% | - |
| XYZ | 12.08 | 8.68 | 2.4 | - |
| YUV | 80.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 32 | 0 | 0.55 | 0.76 | 0.47 | 16.73 | 0.62 | 0.33 |
| Hex | 88 | 3D | 20 | 0 | 37 | 4C | 2F | 11 | 3E | 21 |
| Octal | 210 | 75 | 40 | 0 | 67 | 114 | 57 | 21 | 76 | 41 |
| Binary | 10001000 | 111101 | 100000 | 0 | 110111 | 1001100 | 101111 | 10001 | 111110 | 100001 |
Color Harmonies of #883D20
Complementary color
Monochromatic Colors of #883D20
Black with #883D20
Text Example
Text Example
White with #883D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D20; }
p { color: rgb(136,61,32); }
H1.HeaderClassName
{
color: #883D20;
}
.AnyTagClassName
{
color: #883D20;
}
</style>
background-color css
<style>
a { background-color: #883D20; }
a { background-color: rgb(136,61,32); }
div.DivClassName
{
background-color: #883D20;
}
.BgClassName
{
background-color: #883D20;
}
</style>
border-color css
<style>
span { border-color: #883D20; }
span { border-color: rgb(136,61,32); }
td.TdClassName
{
border-color: #883D20;
}
.TagClassName
{
border-color: #883D20;
}
</style>