Shades of Deep Bronze #554632
Tints of Deep Bronze #554632
RGB
CMYK
RGB Variations
Color information
#554632 (or 0x554632) is known color: Deep Bronze. HEX triplet: 55, 46 and 32. RGB value is (85,70,50). Sum of RGB (Red+Green+Blue) = 85+70+50=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554632 is #AAB9CD. Grayscale: #484848. Windows color (decimal): -11188686 or 3294805. OLE color: 3294805.
HSL color Cylindrical-coordinate representation of color #554632: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554632 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 50 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.67 |
| HSL | 34.29º | 0.26% | 0.26% | - |
| HSV(B) | 34.29º | 0.41% | 0.33% | - |
| XYZ | 6.51 | 6.54 | 3.94 | - |
| YUV | 72.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 50 | 0 | 0.18 | 0.41 | 0.67 | 34.29 | 0.26 | 0.26 |
| Hex | 55 | 46 | 32 | 0 | 12 | 29 | 43 | 22 | 1A | 1A |
| Octal | 125 | 106 | 62 | 0 | 22 | 51 | 103 | 42 | 32 | 32 |
| Binary | 1010101 | 1000110 | 110010 | 0 | 10010 | 101001 | 1000011 | 100010 | 11010 | 11010 |
Color Harmonies of #554632
Complementary color
Monochromatic Colors of #554632
Black with #554632
Text Example
Text Example
White with #554632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554632; }
p { color: rgb(85,70,50); }
H1.HeaderClassName
{
color: #554632;
}
.AnyTagClassName
{
color: #554632;
}
</style>
background-color css
<style>
a { background-color: #554632; }
a { background-color: rgb(85,70,50); }
div.DivClassName
{
background-color: #554632;
}
.BgClassName
{
background-color: #554632;
}
</style>
border-color css
<style>
span { border-color: #554632; }
span { border-color: rgb(85,70,50); }
td.TdClassName
{
border-color: #554632;
}
.TagClassName
{
border-color: #554632;
}
</style>