Shades of Deep Bronze #553F1E
Tints of Deep Bronze #553F1E
RGB
CMYK
RGB Variations
Color information
#553F1E (or 0x553F1E) is known color: Deep Bronze. HEX triplet: 55, 3F and 1E. RGB value is (85,63,30). Sum of RGB (Red+Green+Blue) = 85+63+30=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1E is #AAC0E1. Grayscale: #414141. Windows color (decimal): -11190498 or 1982293. OLE color: 1982293.
HSL color Cylindrical-coordinate representation of color #553F1E: hue angle of 36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553F1E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 30 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.67 |
| HSL | 36º | 0.48% | 0.23% | - |
| HSV(B) | 36º | 0.65% | 0.33% | - |
| XYZ | 5.76 | 5.58 | 2 | - |
| YUV | 65.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 30 | 0 | 0.26 | 0.65 | 0.67 | 36 | 0.48 | 0.23 |
| Hex | 55 | 3F | 1E | 0 | 1A | 41 | 43 | 24 | 30 | 17 |
| Octal | 125 | 77 | 36 | 0 | 32 | 101 | 103 | 44 | 60 | 27 |
| Binary | 1010101 | 111111 | 11110 | 0 | 11010 | 1000001 | 1000011 | 100100 | 110000 | 10111 |
Color Harmonies of #553F1E
Complementary color
Monochromatic Colors of #553F1E
Black with #553F1E
Text Example
Text Example
White with #553F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F1E; }
p { color: rgb(85,63,30); }
H1.HeaderClassName
{
color: #553F1E;
}
.AnyTagClassName
{
color: #553F1E;
}
</style>
background-color css
<style>
a { background-color: #553F1E; }
a { background-color: rgb(85,63,30); }
div.DivClassName
{
background-color: #553F1E;
}
.BgClassName
{
background-color: #553F1E;
}
</style>
border-color css
<style>
span { border-color: #553F1E; }
span { border-color: rgb(85,63,30); }
td.TdClassName
{
border-color: #553F1E;
}
.TagClassName
{
border-color: #553F1E;
}
</style>