Shades of Deep Bronze #55462F
Tints of Deep Bronze #55462F
RGB
CMYK
RGB Variations
Color information
#55462F (or 0x55462F) is known color: Deep Bronze. HEX triplet: 55, 46 and 2F. RGB value is (85,70,47). Sum of RGB (Red+Green+Blue) = 85+70+47=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462F is #AAB9D0. Grayscale: #474747. Windows color (decimal): -11188689 or 3098197. OLE color: 3098197.
HSL color Cylindrical-coordinate representation of color #55462F: hue angle of 36.32º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55462F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 47 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.67 |
| HSL | 36.32º | 0.29% | 0.26% | - |
| HSV(B) | 36.32º | 0.45% | 0.33% | - |
| XYZ | 6.45 | 6.52 | 3.61 | - |
| YUV | 71.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 47 | 0 | 0.18 | 0.45 | 0.67 | 36.32 | 0.29 | 0.26 |
| Hex | 55 | 46 | 2F | 0 | 12 | 2D | 43 | 24 | 1D | 1A |
| Octal | 125 | 106 | 57 | 0 | 22 | 55 | 103 | 44 | 35 | 32 |
| Binary | 1010101 | 1000110 | 101111 | 0 | 10010 | 101101 | 1000011 | 100100 | 11101 | 11010 |
Color Harmonies of #55462F
Complementary color
Monochromatic Colors of #55462F
Black with #55462F
Text Example
Text Example
White with #55462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55462F; }
p { color: rgb(85,70,47); }
H1.HeaderClassName
{
color: #55462F;
}
.AnyTagClassName
{
color: #55462F;
}
</style>
background-color css
<style>
a { background-color: #55462F; }
a { background-color: rgb(85,70,47); }
div.DivClassName
{
background-color: #55462F;
}
.BgClassName
{
background-color: #55462F;
}
</style>
border-color css
<style>
span { border-color: #55462F; }
span { border-color: rgb(85,70,47); }
td.TdClassName
{
border-color: #55462F;
}
.TagClassName
{
border-color: #55462F;
}
</style>