Shades of Deep Bronze #553F28
Tints of Deep Bronze #553F28
RGB
CMYK
RGB Variations
Color information
#553F28 (or 0x553F28) is known color: Deep Bronze. HEX triplet: 55, 3F and 28. RGB value is (85,63,40). Sum of RGB (Red+Green+Blue) = 85+63+40=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F28 is #AAC0D7. Grayscale: #434343. Windows color (decimal): -11190488 or 2637653. OLE color: 2637653.
HSL color Cylindrical-coordinate representation of color #553F28: hue angle of 30.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553F28 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 40 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.67 |
| HSL | 30.67º | 0.36% | 0.25% | - |
| HSV(B) | 30.67º | 0.53% | 0.33% | - |
| XYZ | 5.91 | 5.64 | 2.78 | - |
| YUV | 66.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 40 | 0 | 0.26 | 0.53 | 0.67 | 30.67 | 0.36 | 0.25 |
| Hex | 55 | 3F | 28 | 0 | 1A | 35 | 43 | 1F | 24 | 19 |
| Octal | 125 | 77 | 50 | 0 | 32 | 65 | 103 | 37 | 44 | 31 |
| Binary | 1010101 | 111111 | 101000 | 0 | 11010 | 110101 | 1000011 | 11111 | 100100 | 11001 |
Color Harmonies of #553F28
Complementary color
Monochromatic Colors of #553F28
Black with #553F28
Text Example
Text Example
White with #553F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F28; }
p { color: rgb(85,63,40); }
H1.HeaderClassName
{
color: #553F28;
}
.AnyTagClassName
{
color: #553F28;
}
</style>
background-color css
<style>
a { background-color: #553F28; }
a { background-color: rgb(85,63,40); }
div.DivClassName
{
background-color: #553F28;
}
.BgClassName
{
background-color: #553F28;
}
</style>
border-color css
<style>
span { border-color: #553F28; }
span { border-color: rgb(85,63,40); }
td.TdClassName
{
border-color: #553F28;
}
.TagClassName
{
border-color: #553F28;
}
</style>