Shades of Deep Bronze #554126
Tints of Deep Bronze #554126
RGB
CMYK
RGB Variations
Color information
#554126 (or 0x554126) is known color: Deep Bronze. HEX triplet: 55, 41 and 26. RGB value is (85,65,38). Sum of RGB (Red+Green+Blue) = 85+65+38=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554126 is #AABED9. Grayscale: #444444. Windows color (decimal): -11189978 or 2507093. OLE color: 2507093.
HSL color Cylindrical-coordinate representation of color #554126: hue angle of 34.47º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554126 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 38 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.67 |
| HSL | 34.47º | 0.38% | 0.24% | - |
| HSV(B) | 34.47º | 0.55% | 0.33% | - |
| XYZ | 5.99 | 5.85 | 2.65 | - |
| YUV | 67.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 38 | 0 | 0.24 | 0.55 | 0.67 | 34.47 | 0.38 | 0.24 |
| Hex | 55 | 41 | 26 | 0 | 18 | 37 | 43 | 22 | 26 | 18 |
| Octal | 125 | 101 | 46 | 0 | 30 | 67 | 103 | 42 | 46 | 30 |
| Binary | 1010101 | 1000001 | 100110 | 0 | 11000 | 110111 | 1000011 | 100010 | 100110 | 11000 |
Color Harmonies of #554126
Complementary color
Monochromatic Colors of #554126
Black with #554126
Text Example
Text Example
White with #554126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554126; }
p { color: rgb(85,65,38); }
H1.HeaderClassName
{
color: #554126;
}
.AnyTagClassName
{
color: #554126;
}
</style>
background-color css
<style>
a { background-color: #554126; }
a { background-color: rgb(85,65,38); }
div.DivClassName
{
background-color: #554126;
}
.BgClassName
{
background-color: #554126;
}
</style>
border-color css
<style>
span { border-color: #554126; }
span { border-color: rgb(85,65,38); }
td.TdClassName
{
border-color: #554126;
}
.TagClassName
{
border-color: #554126;
}
</style>