Shades of Fire #853D2B
Tints of Fire #853D2B
RGB
CMYK
RGB Variations
Color information
#853D2B (or 0x853D2B) is known color: Fire. HEX triplet: 85, 3D and 2B. RGB value is (133,61,43). Sum of RGB (Red+Green+Blue) = 133+61+43=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D2B is #7AC2D4. Grayscale: #505050. Windows color (decimal): -8045269 or 2833797. OLE color: 2833797.
HSL color Cylindrical-coordinate representation of color #853D2B: hue angle of 12º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853D2B is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 43 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.48 |
| HSL | 12º | 0.51% | 0.35% | - |
| HSV(B) | 12º | 0.68% | 0.52% | - |
| XYZ | 11.78 | 8.5 | 3.31 | - |
| YUV | 80.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 43 | 0 | 0.54 | 0.68 | 0.48 | 12 | 0.51 | 0.35 |
| Hex | 85 | 3D | 2B | 0 | 36 | 44 | 30 | C | 33 | 23 |
| Octal | 205 | 75 | 53 | 0 | 66 | 104 | 60 | 14 | 63 | 43 |
| Binary | 10000101 | 111101 | 101011 | 0 | 110110 | 1000100 | 110000 | 1100 | 110011 | 100011 |
Color Harmonies of #853D2B
Complementary color
Monochromatic Colors of #853D2B
Black with #853D2B
Text Example
Text Example
White with #853D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D2B; }
p { color: rgb(133,61,43); }
H1.HeaderClassName
{
color: #853D2B;
}
.AnyTagClassName
{
color: #853D2B;
}
</style>
background-color css
<style>
a { background-color: #853D2B; }
a { background-color: rgb(133,61,43); }
div.DivClassName
{
background-color: #853D2B;
}
.BgClassName
{
background-color: #853D2B;
}
</style>
border-color css
<style>
span { border-color: #853D2B; }
span { border-color: rgb(133,61,43); }
td.TdClassName
{
border-color: #853D2B;
}
.TagClassName
{
border-color: #853D2B;
}
</style>