Shades of Deep Bronze #55401F
Tints of Deep Bronze #55401F
RGB
CMYK
RGB Variations
Color information
#55401F (or 0x55401F) is known color: Deep Bronze. HEX triplet: 55, 40 and 1F. RGB value is (85,64,31). Sum of RGB (Red+Green+Blue) = 85+64+31=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55401F is #AABFE0. Grayscale: #424242. Windows color (decimal): -11190241 or 2048085. OLE color: 2048085.
HSL color Cylindrical-coordinate representation of color #55401F: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55401F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 31 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.67 |
| HSL | 36.67º | 0.47% | 0.23% | - |
| HSV(B) | 36.67º | 0.64% | 0.33% | - |
| XYZ | 5.83 | 5.7 | 2.09 | - |
| YUV | 66.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 31 | 0 | 0.25 | 0.64 | 0.67 | 36.67 | 0.47 | 0.23 |
| Hex | 55 | 40 | 1F | 0 | 19 | 40 | 43 | 25 | 2F | 17 |
| Octal | 125 | 100 | 37 | 0 | 31 | 100 | 103 | 45 | 57 | 27 |
| Binary | 1010101 | 1000000 | 11111 | 0 | 11001 | 1000000 | 1000011 | 100101 | 101111 | 10111 |
Color Harmonies of #55401F
Complementary color
Monochromatic Colors of #55401F
Black with #55401F
Text Example
Text Example
White with #55401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55401F; }
p { color: rgb(85,64,31); }
H1.HeaderClassName
{
color: #55401F;
}
.AnyTagClassName
{
color: #55401F;
}
</style>
background-color css
<style>
a { background-color: #55401F; }
a { background-color: rgb(85,64,31); }
div.DivClassName
{
background-color: #55401F;
}
.BgClassName
{
background-color: #55401F;
}
</style>
border-color css
<style>
span { border-color: #55401F; }
span { border-color: rgb(85,64,31); }
td.TdClassName
{
border-color: #55401F;
}
.TagClassName
{
border-color: #55401F;
}
</style>