Shades of Deep Bronze #554029
Tints of Deep Bronze #554029
RGB
CMYK
RGB Variations
Color information
#554029 (or 0x554029) is known color: Deep Bronze. HEX triplet: 55, 40 and 29. RGB value is (85,64,41). Sum of RGB (Red+Green+Blue) = 85+64+41=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554029 is #AABFD6. Grayscale: #434343. Windows color (decimal): -11190231 or 2703445. OLE color: 2703445.
HSL color Cylindrical-coordinate representation of color #554029: hue angle of 31.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554029 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 41 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.67 |
| HSL | 31.36º | 0.35% | 0.25% | - |
| HSV(B) | 31.36º | 0.52% | 0.33% | - |
| XYZ | 5.98 | 5.76 | 2.89 | - |
| YUV | 67.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 41 | 0 | 0.25 | 0.52 | 0.67 | 31.36 | 0.35 | 0.25 |
| Hex | 55 | 40 | 29 | 0 | 19 | 34 | 43 | 1F | 23 | 19 |
| Octal | 125 | 100 | 51 | 0 | 31 | 64 | 103 | 37 | 43 | 31 |
| Binary | 1010101 | 1000000 | 101001 | 0 | 11001 | 110100 | 1000011 | 11111 | 100011 | 11001 |
Color Harmonies of #554029
Complementary color
Monochromatic Colors of #554029
Black with #554029
Text Example
Text Example
White with #554029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554029; }
p { color: rgb(85,64,41); }
H1.HeaderClassName
{
color: #554029;
}
.AnyTagClassName
{
color: #554029;
}
</style>
background-color css
<style>
a { background-color: #554029; }
a { background-color: rgb(85,64,41); }
div.DivClassName
{
background-color: #554029;
}
.BgClassName
{
background-color: #554029;
}
</style>
border-color css
<style>
span { border-color: #554029; }
span { border-color: rgb(85,64,41); }
td.TdClassName
{
border-color: #554029;
}
.TagClassName
{
border-color: #554029;
}
</style>