Shades of Deep Bronze #554020
Tints of Deep Bronze #554020
RGB
CMYK
RGB Variations
Color information
#554020 (or 0x554020) is known color: Deep Bronze. HEX triplet: 55, 40 and 20. RGB value is (85,64,32). Sum of RGB (Red+Green+Blue) = 85+64+32=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554020 is #AABFDF. Grayscale: #424242. Windows color (decimal): -11190240 or 2113621. OLE color: 2113621.
HSL color Cylindrical-coordinate representation of color #554020: hue angle of 36.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554020 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 32 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.67 |
| HSL | 36.23º | 0.45% | 0.23% | - |
| HSV(B) | 36.23º | 0.62% | 0.33% | - |
| XYZ | 5.84 | 5.7 | 2.16 | - |
| YUV | 66.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 32 | 0 | 0.25 | 0.62 | 0.67 | 36.23 | 0.45 | 0.23 |
| Hex | 55 | 40 | 20 | 0 | 19 | 3E | 43 | 24 | 2D | 17 |
| Octal | 125 | 100 | 40 | 0 | 31 | 76 | 103 | 44 | 55 | 27 |
| Binary | 1010101 | 1000000 | 100000 | 0 | 11001 | 111110 | 1000011 | 100100 | 101101 | 10111 |
Color Harmonies of #554020
Complementary color
Monochromatic Colors of #554020
Black with #554020
Text Example
Text Example
White with #554020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554020; }
p { color: rgb(85,64,32); }
H1.HeaderClassName
{
color: #554020;
}
.AnyTagClassName
{
color: #554020;
}
</style>
background-color css
<style>
a { background-color: #554020; }
a { background-color: rgb(85,64,32); }
div.DivClassName
{
background-color: #554020;
}
.BgClassName
{
background-color: #554020;
}
</style>
border-color css
<style>
span { border-color: #554020; }
span { border-color: rgb(85,64,32); }
td.TdClassName
{
border-color: #554020;
}
.TagClassName
{
border-color: #554020;
}
</style>