Shades of Deep Bronze #553D1D
Tints of Deep Bronze #553D1D
RGB
CMYK
RGB Variations
Color information
#553D1D (or 0x553D1D) is known color: Deep Bronze. HEX triplet: 55, 3D and 1D. RGB value is (85,61,29). Sum of RGB (Red+Green+Blue) = 85+61+29=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D1D is #AAC2E2. Grayscale: #404040. Windows color (decimal): -11191011 or 1916245. OLE color: 1916245.
HSL color Cylindrical-coordinate representation of color #553D1D: hue angle of 34.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553D1D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 29 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.67 |
| HSL | 34.29º | 0.49% | 0.22% | - |
| HSV(B) | 34.29º | 0.66% | 0.33% | - |
| XYZ | 5.64 | 5.36 | 1.9 | - |
| YUV | 64.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 29 | 0 | 0.28 | 0.66 | 0.67 | 34.29 | 0.49 | 0.22 |
| Hex | 55 | 3D | 1D | 0 | 1C | 42 | 43 | 22 | 31 | 16 |
| Octal | 125 | 75 | 35 | 0 | 34 | 102 | 103 | 42 | 61 | 26 |
| Binary | 1010101 | 111101 | 11101 | 0 | 11100 | 1000010 | 1000011 | 100010 | 110001 | 10110 |
Color Harmonies of #553D1D
Complementary color
Monochromatic Colors of #553D1D
Black with #553D1D
Text Example
Text Example
White with #553D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D1D; }
p { color: rgb(85,61,29); }
H1.HeaderClassName
{
color: #553D1D;
}
.AnyTagClassName
{
color: #553D1D;
}
</style>
background-color css
<style>
a { background-color: #553D1D; }
a { background-color: rgb(85,61,29); }
div.DivClassName
{
background-color: #553D1D;
}
.BgClassName
{
background-color: #553D1D;
}
</style>
border-color css
<style>
span { border-color: #553D1D; }
span { border-color: rgb(85,61,29); }
td.TdClassName
{
border-color: #553D1D;
}
.TagClassName
{
border-color: #553D1D;
}
</style>