Shades of Deep Bronze #553F1C
Tints of Deep Bronze #553F1C
RGB
CMYK
RGB Variations
Color information
#553F1C (or 0x553F1C) is known color: Deep Bronze. HEX triplet: 55, 3F and 1C. RGB value is (85,63,28). Sum of RGB (Red+Green+Blue) = 85+63+28=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1C is #AAC0E3. Grayscale: #414141. Windows color (decimal): -11190500 or 1851221. OLE color: 1851221.
HSL color Cylindrical-coordinate representation of color #553F1C: hue angle of 36.84º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553F1C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 28 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.67 |
| HSL | 36.84º | 0.5% | 0.22% | - |
| HSV(B) | 36.84º | 0.67% | 0.33% | - |
| XYZ | 5.73 | 5.57 | 1.87 | - |
| YUV | 65.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 28 | 0 | 0.26 | 0.67 | 0.67 | 36.84 | 0.5 | 0.22 |
| Hex | 55 | 3F | 1C | 0 | 1A | 43 | 43 | 25 | 32 | 16 |
| Octal | 125 | 77 | 34 | 0 | 32 | 103 | 103 | 45 | 62 | 26 |
| Binary | 1010101 | 111111 | 11100 | 0 | 11010 | 1000011 | 1000011 | 100101 | 110010 | 10110 |
Color Harmonies of #553F1C
Complementary color
Monochromatic Colors of #553F1C
Black with #553F1C
Text Example
Text Example
White with #553F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F1C; }
p { color: rgb(85,63,28); }
H1.HeaderClassName
{
color: #553F1C;
}
.AnyTagClassName
{
color: #553F1C;
}
</style>
background-color css
<style>
a { background-color: #553F1C; }
a { background-color: rgb(85,63,28); }
div.DivClassName
{
background-color: #553F1C;
}
.BgClassName
{
background-color: #553F1C;
}
</style>
border-color css
<style>
span { border-color: #553F1C; }
span { border-color: rgb(85,63,28); }
td.TdClassName
{
border-color: #553F1C;
}
.TagClassName
{
border-color: #553F1C;
}
</style>