Shades of Deep Bronze #553F1D
Tints of Deep Bronze #553F1D
RGB
CMYK
RGB Variations
Color information
#553F1D (or 0x553F1D) is known color: Deep Bronze. HEX triplet: 55, 3F and 1D. RGB value is (85,63,29). Sum of RGB (Red+Green+Blue) = 85+63+29=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1D is #AAC0E2. Grayscale: #414141. Windows color (decimal): -11190499 or 1916757. OLE color: 1916757.
HSL color Cylindrical-coordinate representation of color #553F1D: hue angle of 36.43º 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 #553F1D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 29 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.67 |
| HSL | 36.43º | 0.49% | 0.22% | - |
| HSV(B) | 36.43º | 0.66% | 0.33% | - |
| XYZ | 5.75 | 5.58 | 1.94 | - |
| YUV | 65.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 29 | 0 | 0.26 | 0.66 | 0.67 | 36.43 | 0.49 | 0.22 |
| Hex | 55 | 3F | 1D | 0 | 1A | 42 | 43 | 24 | 31 | 16 |
| Octal | 125 | 77 | 35 | 0 | 32 | 102 | 103 | 44 | 61 | 26 |
| Binary | 1010101 | 111111 | 11101 | 0 | 11010 | 1000010 | 1000011 | 100100 | 110001 | 10110 |
Color Harmonies of #553F1D
Complementary color
Monochromatic Colors of #553F1D
Black with #553F1D
Text Example
Text Example
White with #553F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F1D; }
p { color: rgb(85,63,29); }
H1.HeaderClassName
{
color: #553F1D;
}
.AnyTagClassName
{
color: #553F1D;
}
</style>
background-color css
<style>
a { background-color: #553F1D; }
a { background-color: rgb(85,63,29); }
div.DivClassName
{
background-color: #553F1D;
}
.BgClassName
{
background-color: #553F1D;
}
</style>
border-color css
<style>
span { border-color: #553F1D; }
span { border-color: rgb(85,63,29); }
td.TdClassName
{
border-color: #553F1D;
}
.TagClassName
{
border-color: #553F1D;
}
</style>