Shades of Fire #8A4122
Tints of Fire #8A4122
RGB
CMYK
RGB Variations
Color information
#8A4122 (or 0x8A4122) is known color: Fire. HEX triplet: 8A, 41 and 22. RGB value is (138,65,34). Sum of RGB (Red+Green+Blue) = 138+65+34=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4122 is #75BEDD. Grayscale: #535353. Windows color (decimal): -7716574 or 2245002. OLE color: 2245002.
HSL color Cylindrical-coordinate representation of color #8A4122: hue angle of 17.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A4122 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 34 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.46 |
| HSL | 17.88º | 0.6% | 0.34% | - |
| HSV(B) | 17.88º | 0.75% | 0.54% | - |
| XYZ | 12.66 | 9.3 | 2.64 | - |
| YUV | 83.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 34 | 0 | 0.53 | 0.75 | 0.46 | 17.88 | 0.6 | 0.34 |
| Hex | 8A | 41 | 22 | 0 | 35 | 4B | 2E | 12 | 3C | 22 |
| Octal | 212 | 101 | 42 | 0 | 65 | 113 | 56 | 22 | 74 | 42 |
| Binary | 10001010 | 1000001 | 100010 | 0 | 110101 | 1001011 | 101110 | 10010 | 111100 | 100010 |
Color Harmonies of #8A4122
Complementary color
Monochromatic Colors of #8A4122
Black with #8A4122
Text Example
Text Example
White with #8A4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4122; }
p { color: rgb(138,65,34); }
H1.HeaderClassName
{
color: #8A4122;
}
.AnyTagClassName
{
color: #8A4122;
}
</style>
background-color css
<style>
a { background-color: #8A4122; }
a { background-color: rgb(138,65,34); }
div.DivClassName
{
background-color: #8A4122;
}
.BgClassName
{
background-color: #8A4122;
}
</style>
border-color css
<style>
span { border-color: #8A4122; }
span { border-color: rgb(138,65,34); }
td.TdClassName
{
border-color: #8A4122;
}
.TagClassName
{
border-color: #8A4122;
}
</style>