Shades of Fire #853C26
Tints of Fire #853C26
RGB
CMYK
RGB Variations
Color information
#853C26 (or 0x853C26) is known color: Fire. HEX triplet: 85, 3C and 26. RGB value is (133,60,38). Sum of RGB (Red+Green+Blue) = 133+60+38=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C26 is #7AC3D9. Grayscale: #4F4F4F. Windows color (decimal): -8045530 or 2505861. OLE color: 2505861.
HSL color Cylindrical-coordinate representation of color #853C26: hue angle of 13.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853C26 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 38 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.48 |
| HSL | 13.89º | 0.56% | 0.34% | - |
| HSV(B) | 13.89º | 0.71% | 0.52% | - |
| XYZ | 11.64 | 8.36 | 2.83 | - |
| YUV | 79.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 38 | 0 | 0.55 | 0.71 | 0.48 | 13.89 | 0.56 | 0.34 |
| Hex | 85 | 3C | 26 | 0 | 37 | 47 | 30 | E | 38 | 22 |
| Octal | 205 | 74 | 46 | 0 | 67 | 107 | 60 | 16 | 70 | 42 |
| Binary | 10000101 | 111100 | 100110 | 0 | 110111 | 1000111 | 110000 | 1110 | 111000 | 100010 |
Color Harmonies of #853C26
Complementary color
Monochromatic Colors of #853C26
Black with #853C26
Text Example
Text Example
White with #853C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C26; }
p { color: rgb(133,60,38); }
H1.HeaderClassName
{
color: #853C26;
}
.AnyTagClassName
{
color: #853C26;
}
</style>
background-color css
<style>
a { background-color: #853C26; }
a { background-color: rgb(133,60,38); }
div.DivClassName
{
background-color: #853C26;
}
.BgClassName
{
background-color: #853C26;
}
</style>
border-color css
<style>
span { border-color: #853C26; }
span { border-color: rgb(133,60,38); }
td.TdClassName
{
border-color: #853C26;
}
.TagClassName
{
border-color: #853C26;
}
</style>