Shades of Deep Bronze #553F29
Tints of Deep Bronze #553F29
RGB
CMYK
RGB Variations
Color information
#553F29 (or 0x553F29) is known color: Deep Bronze. HEX triplet: 55, 3F and 29. RGB value is (85,63,41). Sum of RGB (Red+Green+Blue) = 85+63+41=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F29 is #AAC0D6. Grayscale: #434343. Windows color (decimal): -11190487 or 2703189. OLE color: 2703189.
HSL color Cylindrical-coordinate representation of color #553F29: hue angle of 30º 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 #553F29 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 41 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.67 |
| HSL | 30º | 0.35% | 0.25% | - |
| HSV(B) | 30º | 0.52% | 0.33% | - |
| XYZ | 5.92 | 5.65 | 2.88 | - |
| YUV | 67.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 41 | 0 | 0.26 | 0.52 | 0.67 | 30 | 0.35 | 0.25 |
| Hex | 55 | 3F | 29 | 0 | 1A | 34 | 43 | 1E | 23 | 19 |
| Octal | 125 | 77 | 51 | 0 | 32 | 64 | 103 | 36 | 43 | 31 |
| Binary | 1010101 | 111111 | 101001 | 0 | 11010 | 110100 | 1000011 | 11110 | 100011 | 11001 |
Color Harmonies of #553F29
Complementary color
Monochromatic Colors of #553F29
Black with #553F29
Text Example
Text Example
White with #553F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F29; }
p { color: rgb(85,63,41); }
H1.HeaderClassName
{
color: #553F29;
}
.AnyTagClassName
{
color: #553F29;
}
</style>
background-color css
<style>
a { background-color: #553F29; }
a { background-color: rgb(85,63,41); }
div.DivClassName
{
background-color: #553F29;
}
.BgClassName
{
background-color: #553F29;
}
</style>
border-color css
<style>
span { border-color: #553F29; }
span { border-color: rgb(85,63,41); }
td.TdClassName
{
border-color: #553F29;
}
.TagClassName
{
border-color: #553F29;
}
</style>