Shades of Deep Bronze #554123
Tints of Deep Bronze #554123
RGB
CMYK
RGB Variations
Color information
#554123 (or 0x554123) is known color: Deep Bronze. HEX triplet: 55, 41 and 23. RGB value is (85,65,35). Sum of RGB (Red+Green+Blue) = 85+65+35=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554123 is #AABEDC. Grayscale: #434343. Windows color (decimal): -11189981 or 2310485. OLE color: 2310485.
HSL color Cylindrical-coordinate representation of color #554123: hue angle of 36º 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 #554123 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 35 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.67 |
| HSL | 36º | 0.42% | 0.24% | - |
| HSV(B) | 36º | 0.59% | 0.33% | - |
| XYZ | 5.94 | 5.83 | 2.4 | - |
| YUV | 67.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 35 | 0 | 0.24 | 0.59 | 0.67 | 36 | 0.42 | 0.24 |
| Hex | 55 | 41 | 23 | 0 | 18 | 3B | 43 | 24 | 2A | 18 |
| Octal | 125 | 101 | 43 | 0 | 30 | 73 | 103 | 44 | 52 | 30 |
| Binary | 1010101 | 1000001 | 100011 | 0 | 11000 | 111011 | 1000011 | 100100 | 101010 | 11000 |
Color Harmonies of #554123
Complementary color
Monochromatic Colors of #554123
Black with #554123
Text Example
Text Example
White with #554123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554123; }
p { color: rgb(85,65,35); }
H1.HeaderClassName
{
color: #554123;
}
.AnyTagClassName
{
color: #554123;
}
</style>
background-color css
<style>
a { background-color: #554123; }
a { background-color: rgb(85,65,35); }
div.DivClassName
{
background-color: #554123;
}
.BgClassName
{
background-color: #554123;
}
</style>
border-color css
<style>
span { border-color: #554123; }
span { border-color: rgb(85,65,35); }
td.TdClassName
{
border-color: #554123;
}
.TagClassName
{
border-color: #554123;
}
</style>