Shades of Deep Bronze #554023
Tints of Deep Bronze #554023
RGB
CMYK
RGB Variations
Color information
#554023 (or 0x554023) is known color: Deep Bronze. HEX triplet: 55, 40 and 23. RGB value is (85,64,35). Sum of RGB (Red+Green+Blue) = 85+64+35=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554023 is #AABFDC. Grayscale: #434343. Windows color (decimal): -11190237 or 2310229. OLE color: 2310229.
HSL color Cylindrical-coordinate representation of color #554023: hue angle of 34.8º 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 #554023 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 35 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.67 |
| HSL | 34.8º | 0.42% | 0.24% | - |
| HSV(B) | 34.8º | 0.59% | 0.33% | - |
| XYZ | 5.88 | 5.72 | 2.38 | - |
| YUV | 66.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 35 | 0 | 0.25 | 0.59 | 0.67 | 34.8 | 0.42 | 0.24 |
| Hex | 55 | 40 | 23 | 0 | 19 | 3B | 43 | 23 | 2A | 18 |
| Octal | 125 | 100 | 43 | 0 | 31 | 73 | 103 | 43 | 52 | 30 |
| Binary | 1010101 | 1000000 | 100011 | 0 | 11001 | 111011 | 1000011 | 100011 | 101010 | 11000 |
Color Harmonies of #554023
Complementary color
Monochromatic Colors of #554023
Black with #554023
Text Example
Text Example
White with #554023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554023; }
p { color: rgb(85,64,35); }
H1.HeaderClassName
{
color: #554023;
}
.AnyTagClassName
{
color: #554023;
}
</style>
background-color css
<style>
a { background-color: #554023; }
a { background-color: rgb(85,64,35); }
div.DivClassName
{
background-color: #554023;
}
.BgClassName
{
background-color: #554023;
}
</style>
border-color css
<style>
span { border-color: #554023; }
span { border-color: rgb(85,64,35); }
td.TdClassName
{
border-color: #554023;
}
.TagClassName
{
border-color: #554023;
}
</style>