Shades of Fire #8A4428
Tints of Fire #8A4428
RGB
CMYK
RGB Variations
Color information
#8A4428 (or 0x8A4428) is known color: Fire. HEX triplet: 8A, 44 and 28. RGB value is (138,68,40). Sum of RGB (Red+Green+Blue) = 138+68+40=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4428 is #75BBD7. Grayscale: #555555. Windows color (decimal): -7715800 or 2638986. OLE color: 2638986.
HSL color Cylindrical-coordinate representation of color #8A4428: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A4428 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 40 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.46 |
| HSL | 17.14º | 0.55% | 0.35% | - |
| HSV(B) | 17.14º | 0.71% | 0.54% | - |
| XYZ | 12.93 | 9.69 | 3.2 | - |
| YUV | 85.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 40 | 0 | 0.51 | 0.71 | 0.46 | 17.14 | 0.55 | 0.35 |
| Hex | 8A | 44 | 28 | 0 | 33 | 47 | 2E | 11 | 37 | 23 |
| Octal | 212 | 104 | 50 | 0 | 63 | 107 | 56 | 21 | 67 | 43 |
| Binary | 10001010 | 1000100 | 101000 | 0 | 110011 | 1000111 | 101110 | 10001 | 110111 | 100011 |
Color Harmonies of #8A4428
Complementary color
Monochromatic Colors of #8A4428
Black with #8A4428
Text Example
Text Example
White with #8A4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4428; }
p { color: rgb(138,68,40); }
H1.HeaderClassName
{
color: #8A4428;
}
.AnyTagClassName
{
color: #8A4428;
}
</style>
background-color css
<style>
a { background-color: #8A4428; }
a { background-color: rgb(138,68,40); }
div.DivClassName
{
background-color: #8A4428;
}
.BgClassName
{
background-color: #8A4428;
}
</style>
border-color css
<style>
span { border-color: #8A4428; }
span { border-color: rgb(138,68,40); }
td.TdClassName
{
border-color: #8A4428;
}
.TagClassName
{
border-color: #8A4428;
}
</style>