Shades of Deep Bronze #554530
Tints of Deep Bronze #554530
RGB
CMYK
RGB Variations
Color information
#554530 (or 0x554530) is known color: Deep Bronze. HEX triplet: 55, 45 and 30. RGB value is (85,69,48). Sum of RGB (Red+Green+Blue) = 85+69+48=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554530 is #AABACF. Grayscale: #474747. Windows color (decimal): -11188944 or 3163477. OLE color: 3163477.
HSL color Cylindrical-coordinate representation of color #554530: hue angle of 34.05º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554530 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 48 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.67 |
| HSL | 34.05º | 0.28% | 0.26% | - |
| HSV(B) | 34.05º | 0.44% | 0.33% | - |
| XYZ | 6.41 | 6.4 | 3.69 | - |
| YUV | 71.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 48 | 0 | 0.19 | 0.44 | 0.67 | 34.05 | 0.28 | 0.26 |
| Hex | 55 | 45 | 30 | 0 | 13 | 2C | 43 | 22 | 1C | 1A |
| Octal | 125 | 105 | 60 | 0 | 23 | 54 | 103 | 42 | 34 | 32 |
| Binary | 1010101 | 1000101 | 110000 | 0 | 10011 | 101100 | 1000011 | 100010 | 11100 | 11010 |
Color Harmonies of #554530
Complementary color
Monochromatic Colors of #554530
Black with #554530
Text Example
Text Example
White with #554530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554530; }
p { color: rgb(85,69,48); }
H1.HeaderClassName
{
color: #554530;
}
.AnyTagClassName
{
color: #554530;
}
</style>
background-color css
<style>
a { background-color: #554530; }
a { background-color: rgb(85,69,48); }
div.DivClassName
{
background-color: #554530;
}
.BgClassName
{
background-color: #554530;
}
</style>
border-color css
<style>
span { border-color: #554530; }
span { border-color: rgb(85,69,48); }
td.TdClassName
{
border-color: #554530;
}
.TagClassName
{
border-color: #554530;
}
</style>