Shades of Fire #853F24
Tints of Fire #853F24
RGB
CMYK
RGB Variations
Color information
#853F24 (or 0x853F24) is known color: Fire. HEX triplet: 85, 3F and 24. RGB value is (133,63,36). Sum of RGB (Red+Green+Blue) = 133+63+36=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #853F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F24 is #7AC0DB. Grayscale: #515151. Windows color (decimal): -8044764 or 2375557. OLE color: 2375557.
HSL color Cylindrical-coordinate representation of color #853F24: hue angle of 16.7º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853F24 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 36 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.48 |
| HSL | 16.7º | 0.57% | 0.33% | - |
| HSV(B) | 16.7º | 0.73% | 0.52% | - |
| XYZ | 11.77 | 8.67 | 2.72 | - |
| YUV | 80.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 36 | 0 | 0.53 | 0.73 | 0.48 | 16.7 | 0.57 | 0.33 |
| Hex | 85 | 3F | 24 | 0 | 35 | 49 | 30 | 11 | 39 | 21 |
| Octal | 205 | 77 | 44 | 0 | 65 | 111 | 60 | 21 | 71 | 41 |
| Binary | 10000101 | 111111 | 100100 | 0 | 110101 | 1001001 | 110000 | 10001 | 111001 | 100001 |
Color Harmonies of #853F24
Complementary color
Monochromatic Colors of #853F24
Black with #853F24
Text Example
Text Example
White with #853F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F24; }
p { color: rgb(133,63,36); }
H1.HeaderClassName
{
color: #853F24;
}
.AnyTagClassName
{
color: #853F24;
}
</style>
background-color css
<style>
a { background-color: #853F24; }
a { background-color: rgb(133,63,36); }
div.DivClassName
{
background-color: #853F24;
}
.BgClassName
{
background-color: #853F24;
}
</style>
border-color css
<style>
span { border-color: #853F24; }
span { border-color: rgb(133,63,36); }
td.TdClassName
{
border-color: #853F24;
}
.TagClassName
{
border-color: #853F24;
}
</style>