Shades of Deep Bronze #554432
Tints of Deep Bronze #554432
RGB
CMYK
RGB Variations
Color information
#554432 (or 0x554432) is known color: Deep Bronze. HEX triplet: 55, 44 and 32. RGB value is (85,68,50). Sum of RGB (Red+Green+Blue) = 85+68+50=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554432 is #AABBCD. Grayscale: #474747. Windows color (decimal): -11189198 or 3294293. OLE color: 3294293.
HSL color Cylindrical-coordinate representation of color #554432: hue angle of 30.86º 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 #554432 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 50 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.67 |
| HSL | 30.86º | 0.26% | 0.26% | - |
| HSV(B) | 30.86º | 0.41% | 0.33% | - |
| XYZ | 6.39 | 6.3 | 3.9 | - |
| YUV | 71.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 50 | 0 | 0.20 | 0.41 | 0.67 | 30.86 | 0.26 | 0.26 |
| Hex | 55 | 44 | 32 | 0 | 14 | 29 | 43 | 1F | 1A | 1A |
| Octal | 125 | 104 | 62 | 0 | 24 | 51 | 103 | 37 | 32 | 32 |
| Binary | 1010101 | 1000100 | 110010 | 0 | 10100 | 101001 | 1000011 | 11111 | 11010 | 11010 |
Color Harmonies of #554432
Complementary color
Monochromatic Colors of #554432
Black with #554432
Text Example
Text Example
White with #554432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554432; }
p { color: rgb(85,68,50); }
H1.HeaderClassName
{
color: #554432;
}
.AnyTagClassName
{
color: #554432;
}
</style>
background-color css
<style>
a { background-color: #554432; }
a { background-color: rgb(85,68,50); }
div.DivClassName
{
background-color: #554432;
}
.BgClassName
{
background-color: #554432;
}
</style>
border-color css
<style>
span { border-color: #554432; }
span { border-color: rgb(85,68,50); }
td.TdClassName
{
border-color: #554432;
}
.TagClassName
{
border-color: #554432;
}
</style>