Shades of Fire #853F23
Tints of Fire #853F23
RGB
CMYK
RGB Variations
Color information
#853F23 (or 0x853F23) is known color: Fire. HEX triplet: 85, 3F and 23. RGB value is (133,63,35). Sum of RGB (Red+Green+Blue) = 133+63+35=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F23 is #7AC0DC. Grayscale: #505050. Windows color (decimal): -8044765 or 2310021. OLE color: 2310021.
HSL color Cylindrical-coordinate representation of color #853F23: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853F23 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 35 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.48 |
| HSL | 17.14º | 0.58% | 0.33% | - |
| HSV(B) | 17.14º | 0.74% | 0.52% | - |
| XYZ | 11.75 | 8.66 | 2.64 | - |
| YUV | 80.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 35 | 0 | 0.53 | 0.74 | 0.48 | 17.14 | 0.58 | 0.33 |
| Hex | 85 | 3F | 23 | 0 | 35 | 4A | 30 | 11 | 3A | 21 |
| Octal | 205 | 77 | 43 | 0 | 65 | 112 | 60 | 21 | 72 | 41 |
| Binary | 10000101 | 111111 | 100011 | 0 | 110101 | 1001010 | 110000 | 10001 | 111010 | 100001 |
Color Harmonies of #853F23
Complementary color
Monochromatic Colors of #853F23
Black with #853F23
Text Example
Text Example
White with #853F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F23; }
p { color: rgb(133,63,35); }
H1.HeaderClassName
{
color: #853F23;
}
.AnyTagClassName
{
color: #853F23;
}
</style>
background-color css
<style>
a { background-color: #853F23; }
a { background-color: rgb(133,63,35); }
div.DivClassName
{
background-color: #853F23;
}
.BgClassName
{
background-color: #853F23;
}
</style>
border-color css
<style>
span { border-color: #853F23; }
span { border-color: rgb(133,63,35); }
td.TdClassName
{
border-color: #853F23;
}
.TagClassName
{
border-color: #853F23;
}
</style>