Shades of Deep Bronze #554028
Tints of Deep Bronze #554028
RGB
CMYK
RGB Variations
Color information
#554028 (or 0x554028) is known color: Deep Bronze. HEX triplet: 55, 40 and 28. RGB value is (85,64,40). Sum of RGB (Red+Green+Blue) = 85+64+40=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554028 is #AABFD7. Grayscale: #434343. Windows color (decimal): -11190232 or 2637909. OLE color: 2637909.
HSL color Cylindrical-coordinate representation of color #554028: hue angle of 32º 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 #554028 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 40 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.67 |
| HSL | 32º | 0.36% | 0.25% | - |
| HSV(B) | 32º | 0.53% | 0.33% | - |
| XYZ | 5.96 | 5.75 | 2.8 | - |
| YUV | 67.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 40 | 0 | 0.25 | 0.53 | 0.67 | 32 | 0.36 | 0.25 |
| Hex | 55 | 40 | 28 | 0 | 19 | 35 | 43 | 20 | 24 | 19 |
| Octal | 125 | 100 | 50 | 0 | 31 | 65 | 103 | 40 | 44 | 31 |
| Binary | 1010101 | 1000000 | 101000 | 0 | 11001 | 110101 | 1000011 | 100000 | 100100 | 11001 |
Color Harmonies of #554028
Complementary color
Monochromatic Colors of #554028
Black with #554028
Text Example
Text Example
White with #554028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554028; }
p { color: rgb(85,64,40); }
H1.HeaderClassName
{
color: #554028;
}
.AnyTagClassName
{
color: #554028;
}
</style>
background-color css
<style>
a { background-color: #554028; }
a { background-color: rgb(85,64,40); }
div.DivClassName
{
background-color: #554028;
}
.BgClassName
{
background-color: #554028;
}
</style>
border-color css
<style>
span { border-color: #554028; }
span { border-color: rgb(85,64,40); }
td.TdClassName
{
border-color: #554028;
}
.TagClassName
{
border-color: #554028;
}
</style>