Shades of Fire #85432D
Tints of Fire #85432D
RGB
CMYK
RGB Variations
Color information
#85432D (or 0x85432D) is known color: Fire. HEX triplet: 85, 43 and 2D. RGB value is (133,67,45). Sum of RGB (Red+Green+Blue) = 133+67+45=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85432D is #7ABCD2. Grayscale: #545454. Windows color (decimal): -8043731 or 2966405. OLE color: 2966405.
HSL color Cylindrical-coordinate representation of color #85432D: hue angle of 15º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85432D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 45 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.48 |
| HSL | 15º | 0.49% | 0.35% | - |
| HSV(B) | 15º | 0.66% | 0.52% | - |
| XYZ | 12.15 | 9.19 | 3.62 | - |
| YUV | 84.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 45 | 0 | 0.50 | 0.66 | 0.48 | 15 | 0.49 | 0.35 |
| Hex | 85 | 43 | 2D | 0 | 32 | 42 | 30 | F | 31 | 23 |
| Octal | 205 | 103 | 55 | 0 | 62 | 102 | 60 | 17 | 61 | 43 |
| Binary | 10000101 | 1000011 | 101101 | 0 | 110010 | 1000010 | 110000 | 1111 | 110001 | 100011 |
Color Harmonies of #85432D
Complementary color
Monochromatic Colors of #85432D
Black with #85432D
Text Example
Text Example
White with #85432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85432D; }
p { color: rgb(133,67,45); }
H1.HeaderClassName
{
color: #85432D;
}
.AnyTagClassName
{
color: #85432D;
}
</style>
background-color css
<style>
a { background-color: #85432D; }
a { background-color: rgb(133,67,45); }
div.DivClassName
{
background-color: #85432D;
}
.BgClassName
{
background-color: #85432D;
}
</style>
border-color css
<style>
span { border-color: #85432D; }
span { border-color: rgb(133,67,45); }
td.TdClassName
{
border-color: #85432D;
}
.TagClassName
{
border-color: #85432D;
}
</style>