Shades of Deep Bronze #554230
Tints of Deep Bronze #554230
RGB
CMYK
RGB Variations
Color information
#554230 (or 0x554230) is known color: Deep Bronze. HEX triplet: 55, 42 and 30. RGB value is (85,66,48). Sum of RGB (Red+Green+Blue) = 85+66+48=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #554230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554230 is #AABDCF. Grayscale: #454545. Windows color (decimal): -11189712 or 3162709. OLE color: 3162709.
HSL color Cylindrical-coordinate representation of color #554230: hue angle of 29.19º 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 #554230 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 48 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.67 |
| HSL | 29.19º | 0.28% | 0.26% | - |
| HSV(B) | 29.19º | 0.44% | 0.33% | - |
| XYZ | 6.23 | 6.04 | 3.63 | - |
| YUV | 69.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 48 | 0 | 0.22 | 0.44 | 0.67 | 29.19 | 0.28 | 0.26 |
| Hex | 55 | 42 | 30 | 0 | 16 | 2C | 43 | 1D | 1C | 1A |
| Octal | 125 | 102 | 60 | 0 | 26 | 54 | 103 | 35 | 34 | 32 |
| Binary | 1010101 | 1000010 | 110000 | 0 | 10110 | 101100 | 1000011 | 11101 | 11100 | 11010 |
Color Harmonies of #554230
Complementary color
Monochromatic Colors of #554230
Black with #554230
Text Example
Text Example
White with #554230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554230; }
p { color: rgb(85,66,48); }
H1.HeaderClassName
{
color: #554230;
}
.AnyTagClassName
{
color: #554230;
}
</style>
background-color css
<style>
a { background-color: #554230; }
a { background-color: rgb(85,66,48); }
div.DivClassName
{
background-color: #554230;
}
.BgClassName
{
background-color: #554230;
}
</style>
border-color css
<style>
span { border-color: #554230; }
span { border-color: rgb(85,66,48); }
td.TdClassName
{
border-color: #554230;
}
.TagClassName
{
border-color: #554230;
}
</style>