Shades of Fire #843D22
Tints of Fire #843D22
RGB
CMYK
RGB Variations
Color information
#843D22 (or 0x843D22) is known color: Fire. HEX triplet: 84, 3D and 22. RGB value is (132,61,34). Sum of RGB (Red+Green+Blue) = 132+61+34=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #843D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D22 is #7BC2DD. Grayscale: #4F4F4F. Windows color (decimal): -8110814 or 2243972. OLE color: 2243972.
HSL color Cylindrical-coordinate representation of color #843D22: hue angle of 16.53º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #843D22 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 34 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.48 |
| HSL | 16.53º | 0.59% | 0.33% | - |
| HSV(B) | 16.53º | 0.74% | 0.52% | - |
| XYZ | 11.47 | 8.36 | 2.52 | - |
| YUV | 79.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 34 | 0 | 0.54 | 0.74 | 0.48 | 16.53 | 0.59 | 0.33 |
| Hex | 84 | 3D | 22 | 0 | 36 | 4A | 30 | 11 | 3B | 21 |
| Octal | 204 | 75 | 42 | 0 | 66 | 112 | 60 | 21 | 73 | 41 |
| Binary | 10000100 | 111101 | 100010 | 0 | 110110 | 1001010 | 110000 | 10001 | 111011 | 100001 |
Color Harmonies of #843D22
Complementary color
Monochromatic Colors of #843D22
Black with #843D22
Text Example
Text Example
White with #843D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D22; }
p { color: rgb(132,61,34); }
H1.HeaderClassName
{
color: #843D22;
}
.AnyTagClassName
{
color: #843D22;
}
</style>
background-color css
<style>
a { background-color: #843D22; }
a { background-color: rgb(132,61,34); }
div.DivClassName
{
background-color: #843D22;
}
.BgClassName
{
background-color: #843D22;
}
</style>
border-color css
<style>
span { border-color: #843D22; }
span { border-color: rgb(132,61,34); }
td.TdClassName
{
border-color: #843D22;
}
.TagClassName
{
border-color: #843D22;
}
</style>