Shades of Deep Bronze #553F1F
Tints of Deep Bronze #553F1F
RGB
CMYK
RGB Variations
Color information
#553F1F (or 0x553F1F) is known color: Deep Bronze. HEX triplet: 55, 3F and 1F. RGB value is (85,63,31). Sum of RGB (Red+Green+Blue) = 85+63+31=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1F is #AAC0E0. Grayscale: #424242. Windows color (decimal): -11190497 or 2047829. OLE color: 2047829.
HSL color Cylindrical-coordinate representation of color #553F1F: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553F1F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 31 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.67 |
| HSL | 35.56º | 0.47% | 0.23% | - |
| HSV(B) | 35.56º | 0.64% | 0.33% | - |
| XYZ | 5.77 | 5.59 | 2.07 | - |
| YUV | 65.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 31 | 0 | 0.26 | 0.64 | 0.67 | 35.56 | 0.47 | 0.23 |
| Hex | 55 | 3F | 1F | 0 | 1A | 40 | 43 | 24 | 2F | 17 |
| Octal | 125 | 77 | 37 | 0 | 32 | 100 | 103 | 44 | 57 | 27 |
| Binary | 1010101 | 111111 | 11111 | 0 | 11010 | 1000000 | 1000011 | 100100 | 101111 | 10111 |
Color Harmonies of #553F1F
Complementary color
Monochromatic Colors of #553F1F
Black with #553F1F
Text Example
Text Example
White with #553F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F1F; }
p { color: rgb(85,63,31); }
H1.HeaderClassName
{
color: #553F1F;
}
.AnyTagClassName
{
color: #553F1F;
}
</style>
background-color css
<style>
a { background-color: #553F1F; }
a { background-color: rgb(85,63,31); }
div.DivClassName
{
background-color: #553F1F;
}
.BgClassName
{
background-color: #553F1F;
}
</style>
border-color css
<style>
span { border-color: #553F1F; }
span { border-color: rgb(85,63,31); }
td.TdClassName
{
border-color: #553F1F;
}
.TagClassName
{
border-color: #553F1F;
}
</style>