Shades of Deep Bronze #554529
Tints of Deep Bronze #554529
RGB
CMYK
RGB Variations
Color information
#554529 (or 0x554529) is known color: Deep Bronze. HEX triplet: 55, 45 and 29. RGB value is (85,69,41). Sum of RGB (Red+Green+Blue) = 85+69+41=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554529 is #AABAD6. Grayscale: #464646. Windows color (decimal): -11188951 or 2704725. OLE color: 2704725.
HSL color Cylindrical-coordinate representation of color #554529: hue angle of 38.18º 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 #554529 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 41 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.67 |
| HSL | 38.18º | 0.35% | 0.25% | - |
| HSV(B) | 38.18º | 0.52% | 0.33% | - |
| XYZ | 6.27 | 6.35 | 2.99 | - |
| YUV | 70.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 41 | 0 | 0.19 | 0.52 | 0.67 | 38.18 | 0.35 | 0.25 |
| Hex | 55 | 45 | 29 | 0 | 13 | 34 | 43 | 26 | 23 | 19 |
| Octal | 125 | 105 | 51 | 0 | 23 | 64 | 103 | 46 | 43 | 31 |
| Binary | 1010101 | 1000101 | 101001 | 0 | 10011 | 110100 | 1000011 | 100110 | 100011 | 11001 |
Color Harmonies of #554529
Complementary color
Monochromatic Colors of #554529
Black with #554529
Text Example
Text Example
White with #554529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554529; }
p { color: rgb(85,69,41); }
H1.HeaderClassName
{
color: #554529;
}
.AnyTagClassName
{
color: #554529;
}
</style>
background-color css
<style>
a { background-color: #554529; }
a { background-color: rgb(85,69,41); }
div.DivClassName
{
background-color: #554529;
}
.BgClassName
{
background-color: #554529;
}
</style>
border-color css
<style>
span { border-color: #554529; }
span { border-color: rgb(85,69,41); }
td.TdClassName
{
border-color: #554529;
}
.TagClassName
{
border-color: #554529;
}
</style>