Shades of Deep Bronze #55412E
Tints of Deep Bronze #55412E
RGB
CMYK
RGB Variations
Color information
#55412E (or 0x55412E) is known color: Deep Bronze. HEX triplet: 55, 41 and 2E. RGB value is (85,65,46). Sum of RGB (Red+Green+Blue) = 85+65+46=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55412E is #AABED1. Grayscale: #444444. Windows color (decimal): -11189970 or 3031381. OLE color: 3031381.
HSL color Cylindrical-coordinate representation of color #55412E: hue angle of 29.23º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55412E is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 46 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.67 |
| HSL | 29.23º | 0.3% | 0.26% | - |
| HSV(B) | 29.23º | 0.46% | 0.33% | - |
| XYZ | 6.13 | 5.91 | 3.4 | - |
| YUV | 68.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 46 | 0 | 0.24 | 0.46 | 0.67 | 29.23 | 0.3 | 0.26 |
| Hex | 55 | 41 | 2E | 0 | 18 | 2E | 43 | 1D | 1E | 1A |
| Octal | 125 | 101 | 56 | 0 | 30 | 56 | 103 | 35 | 36 | 32 |
| Binary | 1010101 | 1000001 | 101110 | 0 | 11000 | 101110 | 1000011 | 11101 | 11110 | 11010 |
Color Harmonies of #55412E
Complementary color
Monochromatic Colors of #55412E
Black with #55412E
Text Example
Text Example
White with #55412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55412E; }
p { color: rgb(85,65,46); }
H1.HeaderClassName
{
color: #55412E;
}
.AnyTagClassName
{
color: #55412E;
}
</style>
background-color css
<style>
a { background-color: #55412E; }
a { background-color: rgb(85,65,46); }
div.DivClassName
{
background-color: #55412E;
}
.BgClassName
{
background-color: #55412E;
}
</style>
border-color css
<style>
span { border-color: #55412E; }
span { border-color: rgb(85,65,46); }
td.TdClassName
{
border-color: #55412E;
}
.TagClassName
{
border-color: #55412E;
}
</style>