Shades of Deep Bronze #554630
Tints of Deep Bronze #554630
RGB
CMYK
RGB Variations
Color information
#554630 (or 0x554630) is known color: Deep Bronze. HEX triplet: 55, 46 and 30. RGB value is (85,70,48). Sum of RGB (Red+Green+Blue) = 85+70+48=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554630 is #AAB9CF. Grayscale: #484848. Windows color (decimal): -11188688 or 3163733. OLE color: 3163733.
HSL color Cylindrical-coordinate representation of color #554630: hue angle of 35.68º 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 #554630 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 48 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.67 |
| HSL | 35.68º | 0.28% | 0.26% | - |
| HSV(B) | 35.68º | 0.44% | 0.33% | - |
| XYZ | 6.47 | 6.53 | 3.71 | - |
| YUV | 71.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 48 | 0 | 0.18 | 0.44 | 0.67 | 35.68 | 0.28 | 0.26 |
| Hex | 55 | 46 | 30 | 0 | 12 | 2C | 43 | 24 | 1C | 1A |
| Octal | 125 | 106 | 60 | 0 | 22 | 54 | 103 | 44 | 34 | 32 |
| Binary | 1010101 | 1000110 | 110000 | 0 | 10010 | 101100 | 1000011 | 100100 | 11100 | 11010 |
Color Harmonies of #554630
Complementary color
Monochromatic Colors of #554630
Black with #554630
Text Example
Text Example
White with #554630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554630; }
p { color: rgb(85,70,48); }
H1.HeaderClassName
{
color: #554630;
}
.AnyTagClassName
{
color: #554630;
}
</style>
background-color css
<style>
a { background-color: #554630; }
a { background-color: rgb(85,70,48); }
div.DivClassName
{
background-color: #554630;
}
.BgClassName
{
background-color: #554630;
}
</style>
border-color css
<style>
span { border-color: #554630; }
span { border-color: rgb(85,70,48); }
td.TdClassName
{
border-color: #554630;
}
.TagClassName
{
border-color: #554630;
}
</style>