Shades of Fire #853F26
Tints of Fire #853F26
RGB
CMYK
RGB Variations
Color information
#853F26 (or 0x853F26) is known color: Fire. HEX triplet: 85, 3F and 26. RGB value is (133,63,38). Sum of RGB (Red+Green+Blue) = 133+63+38=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F26 is #7AC0D9. Grayscale: #515151. Windows color (decimal): -8044762 or 2506629. OLE color: 2506629.
HSL color Cylindrical-coordinate representation of color #853F26: hue angle of 15.79º 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 #853F26 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 38 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.48 |
| HSL | 15.79º | 0.56% | 0.34% | - |
| HSV(B) | 15.79º | 0.71% | 0.52% | - |
| XYZ | 11.8 | 8.68 | 2.89 | - |
| YUV | 81.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 38 | 0 | 0.53 | 0.71 | 0.48 | 15.79 | 0.56 | 0.34 |
| Hex | 85 | 3F | 26 | 0 | 35 | 47 | 30 | 10 | 38 | 22 |
| Octal | 205 | 77 | 46 | 0 | 65 | 107 | 60 | 20 | 70 | 42 |
| Binary | 10000101 | 111111 | 100110 | 0 | 110101 | 1000111 | 110000 | 10000 | 111000 | 100010 |
Color Harmonies of #853F26
Complementary color
Monochromatic Colors of #853F26
Black with #853F26
Text Example
Text Example
White with #853F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F26; }
p { color: rgb(133,63,38); }
H1.HeaderClassName
{
color: #853F26;
}
.AnyTagClassName
{
color: #853F26;
}
</style>
background-color css
<style>
a { background-color: #853F26; }
a { background-color: rgb(133,63,38); }
div.DivClassName
{
background-color: #853F26;
}
.BgClassName
{
background-color: #853F26;
}
</style>
border-color css
<style>
span { border-color: #853F26; }
span { border-color: rgb(133,63,38); }
td.TdClassName
{
border-color: #853F26;
}
.TagClassName
{
border-color: #853F26;
}
</style>