Shades of Deep Bronze #554122
Tints of Deep Bronze #554122
RGB
CMYK
RGB Variations
Color information
#554122 (or 0x554122) is known color: Deep Bronze. HEX triplet: 55, 41 and 22. RGB value is (85,65,34). Sum of RGB (Red+Green+Blue) = 85+65+34=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554122 is #AABEDD. Grayscale: #434343. Windows color (decimal): -11189982 or 2244949. OLE color: 2244949.
HSL color Cylindrical-coordinate representation of color #554122: hue angle of 36.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554122 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 34 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.67 |
| HSL | 36.47º | 0.43% | 0.23% | - |
| HSV(B) | 36.47º | 0.6% | 0.33% | - |
| XYZ | 5.93 | 5.83 | 2.33 | - |
| YUV | 67.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 34 | 0 | 0.24 | 0.60 | 0.67 | 36.47 | 0.43 | 0.23 |
| Hex | 55 | 41 | 22 | 0 | 18 | 3C | 43 | 24 | 2B | 17 |
| Octal | 125 | 101 | 42 | 0 | 30 | 74 | 103 | 44 | 53 | 27 |
| Binary | 1010101 | 1000001 | 100010 | 0 | 11000 | 111100 | 1000011 | 100100 | 101011 | 10111 |
Color Harmonies of #554122
Complementary color
Monochromatic Colors of #554122
Black with #554122
Text Example
Text Example
White with #554122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554122; }
p { color: rgb(85,65,34); }
H1.HeaderClassName
{
color: #554122;
}
.AnyTagClassName
{
color: #554122;
}
</style>
background-color css
<style>
a { background-color: #554122; }
a { background-color: rgb(85,65,34); }
div.DivClassName
{
background-color: #554122;
}
.BgClassName
{
background-color: #554122;
}
</style>
border-color css
<style>
span { border-color: #554122; }
span { border-color: rgb(85,65,34); }
td.TdClassName
{
border-color: #554122;
}
.TagClassName
{
border-color: #554122;
}
</style>