Shades of Deep Bronze #554130
Tints of Deep Bronze #554130
RGB
CMYK
RGB Variations
Color information
#554130 (or 0x554130) is known color: Deep Bronze. HEX triplet: 55, 41 and 30. RGB value is (85,65,48). Sum of RGB (Red+Green+Blue) = 85+65+48=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554130 is #AABECF. Grayscale: #454545. Windows color (decimal): -11189968 or 3162453. OLE color: 3162453.
HSL color Cylindrical-coordinate representation of color #554130: hue angle of 27.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554130 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 48 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.67 |
| HSL | 27.57º | 0.28% | 0.26% | - |
| HSV(B) | 27.57º | 0.44% | 0.33% | - |
| XYZ | 6.17 | 5.93 | 3.61 | - |
| YUV | 69.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 48 | 0 | 0.24 | 0.44 | 0.67 | 27.57 | 0.28 | 0.26 |
| Hex | 55 | 41 | 30 | 0 | 18 | 2C | 43 | 1C | 1C | 1A |
| Octal | 125 | 101 | 60 | 0 | 30 | 54 | 103 | 34 | 34 | 32 |
| Binary | 1010101 | 1000001 | 110000 | 0 | 11000 | 101100 | 1000011 | 11100 | 11100 | 11010 |
Color Harmonies of #554130
Complementary color
Monochromatic Colors of #554130
Black with #554130
Text Example
Text Example
White with #554130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554130; }
p { color: rgb(85,65,48); }
H1.HeaderClassName
{
color: #554130;
}
.AnyTagClassName
{
color: #554130;
}
</style>
background-color css
<style>
a { background-color: #554130; }
a { background-color: rgb(85,65,48); }
div.DivClassName
{
background-color: #554130;
}
.BgClassName
{
background-color: #554130;
}
</style>
border-color css
<style>
span { border-color: #554130; }
span { border-color: rgb(85,65,48); }
td.TdClassName
{
border-color: #554130;
}
.TagClassName
{
border-color: #554130;
}
</style>