Shades of Fire #884326
Tints of Fire #884326
RGB
CMYK
RGB Variations
Color information
#884326 (or 0x884326) is known color: Fire. HEX triplet: 88, 43 and 26. RGB value is (136,67,38). Sum of RGB (Red+Green+Blue) = 136+67+38=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #884326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884326 is #77BCD9. Grayscale: #545454. Windows color (decimal): -7847130 or 2507656. OLE color: 2507656.
HSL color Cylindrical-coordinate representation of color #884326: hue angle of 17.76º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #884326 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 38 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.47 |
| HSL | 17.76º | 0.56% | 0.34% | - |
| HSV(B) | 17.76º | 0.72% | 0.53% | - |
| XYZ | 12.51 | 9.39 | 2.99 | - |
| YUV | 84.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 38 | 0 | 0.51 | 0.72 | 0.47 | 17.76 | 0.56 | 0.34 |
| Hex | 88 | 43 | 26 | 0 | 33 | 48 | 2F | 12 | 38 | 22 |
| Octal | 210 | 103 | 46 | 0 | 63 | 110 | 57 | 22 | 70 | 42 |
| Binary | 10001000 | 1000011 | 100110 | 0 | 110011 | 1001000 | 101111 | 10010 | 111000 | 100010 |
Color Harmonies of #884326
Complementary color
Monochromatic Colors of #884326
Black with #884326
Text Example
Text Example
White with #884326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884326; }
p { color: rgb(136,67,38); }
H1.HeaderClassName
{
color: #884326;
}
.AnyTagClassName
{
color: #884326;
}
</style>
background-color css
<style>
a { background-color: #884326; }
a { background-color: rgb(136,67,38); }
div.DivClassName
{
background-color: #884326;
}
.BgClassName
{
background-color: #884326;
}
</style>
border-color css
<style>
span { border-color: #884326; }
span { border-color: rgb(136,67,38); }
td.TdClassName
{
border-color: #884326;
}
.TagClassName
{
border-color: #884326;
}
</style>