Shades of Deep Bronze #554331
Tints of Deep Bronze #554331
RGB
CMYK
RGB Variations
Color information
#554331 (or 0x554331) is known color: Deep Bronze. HEX triplet: 55, 43 and 31. RGB value is (85,67,49). Sum of RGB (Red+Green+Blue) = 85+67+49=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554331 is #AABCCE. Grayscale: #464646. Windows color (decimal): -11189455 or 3228501. OLE color: 3228501.
HSL color Cylindrical-coordinate representation of color #554331: hue angle of 30º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554331 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 49 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.67 |
| HSL | 30º | 0.27% | 0.26% | - |
| HSV(B) | 30º | 0.42% | 0.33% | - |
| XYZ | 6.31 | 6.17 | 3.76 | - |
| YUV | 70.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 49 | 0 | 0.21 | 0.42 | 0.67 | 30 | 0.27 | 0.26 |
| Hex | 55 | 43 | 31 | 0 | 15 | 2A | 43 | 1E | 1B | 1A |
| Octal | 125 | 103 | 61 | 0 | 25 | 52 | 103 | 36 | 33 | 32 |
| Binary | 1010101 | 1000011 | 110001 | 0 | 10101 | 101010 | 1000011 | 11110 | 11011 | 11010 |
Color Harmonies of #554331
Complementary color
Monochromatic Colors of #554331
Black with #554331
Text Example
Text Example
White with #554331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554331; }
p { color: rgb(85,67,49); }
H1.HeaderClassName
{
color: #554331;
}
.AnyTagClassName
{
color: #554331;
}
</style>
background-color css
<style>
a { background-color: #554331; }
a { background-color: rgb(85,67,49); }
div.DivClassName
{
background-color: #554331;
}
.BgClassName
{
background-color: #554331;
}
</style>
border-color css
<style>
span { border-color: #554331; }
span { border-color: rgb(85,67,49); }
td.TdClassName
{
border-color: #554331;
}
.TagClassName
{
border-color: #554331;
}
</style>