Shades of Deep Bronze #554433
Tints of Deep Bronze #554433
RGB
CMYK
RGB Variations
Color information
#554433 (or 0x554433) is known color: Deep Bronze. HEX triplet: 55, 44 and 33. RGB value is (85,68,51). Sum of RGB (Red+Green+Blue) = 85+68+51=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554433 is #AABBCC. Grayscale: #474747. Windows color (decimal): -11189197 or 3359829. OLE color: 3359829.
HSL color Cylindrical-coordinate representation of color #554433: hue angle of 30º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554433 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 51 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.67 |
| HSL | 30º | 0.25% | 0.27% | - |
| HSV(B) | 30º | 0.4% | 0.33% | - |
| XYZ | 6.41 | 6.3 | 4.01 | - |
| YUV | 71.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 51 | 0 | 0.20 | 0.40 | 0.67 | 30 | 0.25 | 0.27 |
| Hex | 55 | 44 | 33 | 0 | 14 | 28 | 43 | 1E | 19 | 1B |
| Octal | 125 | 104 | 63 | 0 | 24 | 50 | 103 | 36 | 31 | 33 |
| Binary | 1010101 | 1000100 | 110011 | 0 | 10100 | 101000 | 1000011 | 11110 | 11001 | 11011 |
Color Harmonies of #554433
Complementary color
Monochromatic Colors of #554433
Black with #554433
Text Example
Text Example
White with #554433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554433; }
p { color: rgb(85,68,51); }
H1.HeaderClassName
{
color: #554433;
}
.AnyTagClassName
{
color: #554433;
}
</style>
background-color css
<style>
a { background-color: #554433; }
a { background-color: rgb(85,68,51); }
div.DivClassName
{
background-color: #554433;
}
.BgClassName
{
background-color: #554433;
}
</style>
border-color css
<style>
span { border-color: #554433; }
span { border-color: rgb(85,68,51); }
td.TdClassName
{
border-color: #554433;
}
.TagClassName
{
border-color: #554433;
}
</style>