Shades of Fire #853D24
Tints of Fire #853D24
RGB
CMYK
RGB Variations
Color information
#853D24 (or 0x853D24) is known color: Fire. HEX triplet: 85, 3D and 24. RGB value is (133,61,36). Sum of RGB (Red+Green+Blue) = 133+61+36=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #853D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D24 is #7AC2DB. Grayscale: #4F4F4F. Windows color (decimal): -8045276 or 2375045. OLE color: 2375045.
HSL color Cylindrical-coordinate representation of color #853D24: hue angle of 15.46º 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 #853D24 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 36 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.48 |
| HSL | 15.46º | 0.57% | 0.33% | - |
| HSV(B) | 15.46º | 0.73% | 0.52% | - |
| XYZ | 11.66 | 8.45 | 2.69 | - |
| YUV | 79.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 36 | 0 | 0.54 | 0.73 | 0.48 | 15.46 | 0.57 | 0.33 |
| Hex | 85 | 3D | 24 | 0 | 36 | 49 | 30 | F | 39 | 21 |
| Octal | 205 | 75 | 44 | 0 | 66 | 111 | 60 | 17 | 71 | 41 |
| Binary | 10000101 | 111101 | 100100 | 0 | 110110 | 1001001 | 110000 | 1111 | 111001 | 100001 |
Color Harmonies of #853D24
Complementary color
Monochromatic Colors of #853D24
Black with #853D24
Text Example
Text Example
White with #853D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D24; }
p { color: rgb(133,61,36); }
H1.HeaderClassName
{
color: #853D24;
}
.AnyTagClassName
{
color: #853D24;
}
</style>
background-color css
<style>
a { background-color: #853D24; }
a { background-color: rgb(133,61,36); }
div.DivClassName
{
background-color: #853D24;
}
.BgClassName
{
background-color: #853D24;
}
</style>
border-color css
<style>
span { border-color: #853D24; }
span { border-color: rgb(133,61,36); }
td.TdClassName
{
border-color: #853D24;
}
.TagClassName
{
border-color: #853D24;
}
</style>