Shades of Deep Bronze #554528
Tints of Deep Bronze #554528
RGB
CMYK
RGB Variations
Color information
#554528 (or 0x554528) is known color: Deep Bronze. HEX triplet: 55, 45 and 28. RGB value is (85,69,40). Sum of RGB (Red+Green+Blue) = 85+69+40=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554528 is #AABAD7. Grayscale: #464646. Windows color (decimal): -11188952 or 2639189. OLE color: 2639189.
HSL color Cylindrical-coordinate representation of color #554528: hue angle of 38.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554528 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 40 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.67 |
| HSL | 38.67º | 0.36% | 0.25% | - |
| HSV(B) | 38.67º | 0.53% | 0.33% | - |
| XYZ | 6.26 | 6.34 | 2.9 | - |
| YUV | 70.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 40 | 0 | 0.19 | 0.53 | 0.67 | 38.67 | 0.36 | 0.25 |
| Hex | 55 | 45 | 28 | 0 | 13 | 35 | 43 | 27 | 24 | 19 |
| Octal | 125 | 105 | 50 | 0 | 23 | 65 | 103 | 47 | 44 | 31 |
| Binary | 1010101 | 1000101 | 101000 | 0 | 10011 | 110101 | 1000011 | 100111 | 100100 | 11001 |
Color Harmonies of #554528
Complementary color
Monochromatic Colors of #554528
Black with #554528
Text Example
Text Example
White with #554528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554528; }
p { color: rgb(85,69,40); }
H1.HeaderClassName
{
color: #554528;
}
.AnyTagClassName
{
color: #554528;
}
</style>
background-color css
<style>
a { background-color: #554528; }
a { background-color: rgb(85,69,40); }
div.DivClassName
{
background-color: #554528;
}
.BgClassName
{
background-color: #554528;
}
</style>
border-color css
<style>
span { border-color: #554528; }
span { border-color: rgb(85,69,40); }
td.TdClassName
{
border-color: #554528;
}
.TagClassName
{
border-color: #554528;
}
</style>