Shades of Fire #853E27
Tints of Fire #853E27
RGB
CMYK
RGB Variations
Color information
#853E27 (or 0x853E27) is known color: Fire. HEX triplet: 85, 3E and 27. RGB value is (133,62,39). Sum of RGB (Red+Green+Blue) = 133+62+39=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E27 is #7AC1D8. Grayscale: #505050. Windows color (decimal): -8045017 or 2571909. OLE color: 2571909.
HSL color Cylindrical-coordinate representation of color #853E27: hue angle of 14.68º degrees, saturation: 0.55, 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 #853E27 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 39 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.48 |
| HSL | 14.68º | 0.55% | 0.34% | - |
| HSV(B) | 14.68º | 0.71% | 0.52% | - |
| XYZ | 11.76 | 8.58 | 2.96 | - |
| YUV | 80.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 39 | 0 | 0.53 | 0.71 | 0.48 | 14.68 | 0.55 | 0.34 |
| Hex | 85 | 3E | 27 | 0 | 35 | 47 | 30 | F | 37 | 22 |
| Octal | 205 | 76 | 47 | 0 | 65 | 107 | 60 | 17 | 67 | 42 |
| Binary | 10000101 | 111110 | 100111 | 0 | 110101 | 1000111 | 110000 | 1111 | 110111 | 100010 |
Color Harmonies of #853E27
Complementary color
Monochromatic Colors of #853E27
Black with #853E27
Text Example
Text Example
White with #853E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E27; }
p { color: rgb(133,62,39); }
H1.HeaderClassName
{
color: #853E27;
}
.AnyTagClassName
{
color: #853E27;
}
</style>
background-color css
<style>
a { background-color: #853E27; }
a { background-color: rgb(133,62,39); }
div.DivClassName
{
background-color: #853E27;
}
.BgClassName
{
background-color: #853E27;
}
</style>
border-color css
<style>
span { border-color: #853E27; }
span { border-color: rgb(133,62,39); }
td.TdClassName
{
border-color: #853E27;
}
.TagClassName
{
border-color: #853E27;
}
</style>