Shades of Deep Bronze #553D1E
Tints of Deep Bronze #553D1E
RGB
CMYK
RGB Variations
Color information
#553D1E (or 0x553D1E) is known color: Deep Bronze. HEX triplet: 55, 3D and 1E. RGB value is (85,61,30). Sum of RGB (Red+Green+Blue) = 85+61+30=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D1E is #AAC2E1. Grayscale: #404040. Windows color (decimal): -11191010 or 1981781. OLE color: 1981781.
HSL color Cylindrical-coordinate representation of color #553D1E: hue angle of 33.82º 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 #553D1E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 30 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.67 |
| HSL | 33.82º | 0.48% | 0.23% | - |
| HSV(B) | 33.82º | 0.65% | 0.33% | - |
| XYZ | 5.65 | 5.36 | 1.97 | - |
| YUV | 64.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 30 | 0 | 0.28 | 0.65 | 0.67 | 33.82 | 0.48 | 0.23 |
| Hex | 55 | 3D | 1E | 0 | 1C | 41 | 43 | 22 | 30 | 17 |
| Octal | 125 | 75 | 36 | 0 | 34 | 101 | 103 | 42 | 60 | 27 |
| Binary | 1010101 | 111101 | 11110 | 0 | 11100 | 1000001 | 1000011 | 100010 | 110000 | 10111 |
Color Harmonies of #553D1E
Complementary color
Monochromatic Colors of #553D1E
Black with #553D1E
Text Example
Text Example
White with #553D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D1E; }
p { color: rgb(85,61,30); }
H1.HeaderClassName
{
color: #553D1E;
}
.AnyTagClassName
{
color: #553D1E;
}
</style>
background-color css
<style>
a { background-color: #553D1E; }
a { background-color: rgb(85,61,30); }
div.DivClassName
{
background-color: #553D1E;
}
.BgClassName
{
background-color: #553D1E;
}
</style>
border-color css
<style>
span { border-color: #553D1E; }
span { border-color: rgb(85,61,30); }
td.TdClassName
{
border-color: #553D1E;
}
.TagClassName
{
border-color: #553D1E;
}
</style>