Shades of Deep Bronze #553F23
Tints of Deep Bronze #553F23
RGB
CMYK
RGB Variations
Color information
#553F23 (or 0x553F23) is known color: Deep Bronze. HEX triplet: 55, 3F and 23. RGB value is (85,63,35). Sum of RGB (Red+Green+Blue) = 85+63+35=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #553F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F23 is #AAC0DC. Grayscale: #424242. Windows color (decimal): -11190493 or 2309973. OLE color: 2309973.
HSL color Cylindrical-coordinate representation of color #553F23: hue angle of 33.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553F23 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 35 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.67 |
| HSL | 33.6º | 0.42% | 0.24% | - |
| HSV(B) | 33.6º | 0.59% | 0.33% | - |
| XYZ | 5.83 | 5.61 | 2.37 | - |
| YUV | 66.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 35 | 0 | 0.26 | 0.59 | 0.67 | 33.6 | 0.42 | 0.24 |
| Hex | 55 | 3F | 23 | 0 | 1A | 3B | 43 | 22 | 2A | 18 |
| Octal | 125 | 77 | 43 | 0 | 32 | 73 | 103 | 42 | 52 | 30 |
| Binary | 1010101 | 111111 | 100011 | 0 | 11010 | 111011 | 1000011 | 100010 | 101010 | 11000 |
Color Harmonies of #553F23
Complementary color
Monochromatic Colors of #553F23
Black with #553F23
Text Example
Text Example
White with #553F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F23; }
p { color: rgb(85,63,35); }
H1.HeaderClassName
{
color: #553F23;
}
.AnyTagClassName
{
color: #553F23;
}
</style>
background-color css
<style>
a { background-color: #553F23; }
a { background-color: rgb(85,63,35); }
div.DivClassName
{
background-color: #553F23;
}
.BgClassName
{
background-color: #553F23;
}
</style>
border-color css
<style>
span { border-color: #553F23; }
span { border-color: rgb(85,63,35); }
td.TdClassName
{
border-color: #553F23;
}
.TagClassName
{
border-color: #553F23;
}
</style>