Shades of Deep Bronze #554229
Tints of Deep Bronze #554229
RGB
CMYK
RGB Variations
Color information
#554229 (or 0x554229) is known color: Deep Bronze. HEX triplet: 55, 42 and 29. RGB value is (85,66,41). Sum of RGB (Red+Green+Blue) = 85+66+41=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554229 is #AABDD6. Grayscale: #444444. Windows color (decimal): -11189719 or 2703957. OLE color: 2703957.
HSL color Cylindrical-coordinate representation of color #554229: hue angle of 34.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554229 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 41 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.67 |
| HSL | 34.09º | 0.35% | 0.25% | - |
| HSV(B) | 34.09º | 0.52% | 0.33% | - |
| XYZ | 6.09 | 5.99 | 2.93 | - |
| YUV | 68.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 41 | 0 | 0.22 | 0.52 | 0.67 | 34.09 | 0.35 | 0.25 |
| Hex | 55 | 42 | 29 | 0 | 16 | 34 | 43 | 22 | 23 | 19 |
| Octal | 125 | 102 | 51 | 0 | 26 | 64 | 103 | 42 | 43 | 31 |
| Binary | 1010101 | 1000010 | 101001 | 0 | 10110 | 110100 | 1000011 | 100010 | 100011 | 11001 |
Color Harmonies of #554229
Complementary color
Monochromatic Colors of #554229
Black with #554229
Text Example
Text Example
White with #554229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554229; }
p { color: rgb(85,66,41); }
H1.HeaderClassName
{
color: #554229;
}
.AnyTagClassName
{
color: #554229;
}
</style>
background-color css
<style>
a { background-color: #554229; }
a { background-color: rgb(85,66,41); }
div.DivClassName
{
background-color: #554229;
}
.BgClassName
{
background-color: #554229;
}
</style>
border-color css
<style>
span { border-color: #554229; }
span { border-color: rgb(85,66,41); }
td.TdClassName
{
border-color: #554229;
}
.TagClassName
{
border-color: #554229;
}
</style>