Shades of Deep Bronze #554430
Tints of Deep Bronze #554430
RGB
CMYK
RGB Variations
Color information
#554430 (or 0x554430) is known color: Deep Bronze. HEX triplet: 55, 44 and 30. RGB value is (85,68,48). Sum of RGB (Red+Green+Blue) = 85+68+48=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554430 is #AABBCF. Grayscale: #464646. Windows color (decimal): -11189200 or 3163221. OLE color: 3163221.
HSL color Cylindrical-coordinate representation of color #554430: hue angle of 32.43º 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 #554430 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 48 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.67 |
| HSL | 32.43º | 0.28% | 0.26% | - |
| HSV(B) | 32.43º | 0.44% | 0.33% | - |
| XYZ | 6.35 | 6.28 | 3.67 | - |
| YUV | 70.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 48 | 0 | 0.20 | 0.44 | 0.67 | 32.43 | 0.28 | 0.26 |
| Hex | 55 | 44 | 30 | 0 | 14 | 2C | 43 | 20 | 1C | 1A |
| Octal | 125 | 104 | 60 | 0 | 24 | 54 | 103 | 40 | 34 | 32 |
| Binary | 1010101 | 1000100 | 110000 | 0 | 10100 | 101100 | 1000011 | 100000 | 11100 | 11010 |
Color Harmonies of #554430
Complementary color
Monochromatic Colors of #554430
Black with #554430
Text Example
Text Example
White with #554430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554430; }
p { color: rgb(85,68,48); }
H1.HeaderClassName
{
color: #554430;
}
.AnyTagClassName
{
color: #554430;
}
</style>
background-color css
<style>
a { background-color: #554430; }
a { background-color: rgb(85,68,48); }
div.DivClassName
{
background-color: #554430;
}
.BgClassName
{
background-color: #554430;
}
</style>
border-color css
<style>
span { border-color: #554430; }
span { border-color: rgb(85,68,48); }
td.TdClassName
{
border-color: #554430;
}
.TagClassName
{
border-color: #554430;
}
</style>