Shades of Deep Bronze #554223
Tints of Deep Bronze #554223
RGB
CMYK
RGB Variations
Color information
#554223 (or 0x554223) is known color: Deep Bronze. HEX triplet: 55, 42 and 23. RGB value is (85,66,35). Sum of RGB (Red+Green+Blue) = 85+66+35=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554223 is #AABDDC. Grayscale: #444444. Windows color (decimal): -11189725 or 2310741. OLE color: 2310741.
HSL color Cylindrical-coordinate representation of color #554223: hue angle of 37.2º 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 #554223 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 35 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.67 |
| HSL | 37.2º | 0.42% | 0.24% | - |
| HSV(B) | 37.2º | 0.59% | 0.33% | - |
| XYZ | 6 | 5.95 | 2.42 | - |
| YUV | 68.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 35 | 0 | 0.22 | 0.59 | 0.67 | 37.2 | 0.42 | 0.24 |
| Hex | 55 | 42 | 23 | 0 | 16 | 3B | 43 | 25 | 2A | 18 |
| Octal | 125 | 102 | 43 | 0 | 26 | 73 | 103 | 45 | 52 | 30 |
| Binary | 1010101 | 1000010 | 100011 | 0 | 10110 | 111011 | 1000011 | 100101 | 101010 | 11000 |
Color Harmonies of #554223
Complementary color
Monochromatic Colors of #554223
Black with #554223
Text Example
Text Example
White with #554223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554223; }
p { color: rgb(85,66,35); }
H1.HeaderClassName
{
color: #554223;
}
.AnyTagClassName
{
color: #554223;
}
</style>
background-color css
<style>
a { background-color: #554223; }
a { background-color: rgb(85,66,35); }
div.DivClassName
{
background-color: #554223;
}
.BgClassName
{
background-color: #554223;
}
</style>
border-color css
<style>
span { border-color: #554223; }
span { border-color: rgb(85,66,35); }
td.TdClassName
{
border-color: #554223;
}
.TagClassName
{
border-color: #554223;
}
</style>