Shades of Bronze Olive #554702
Tints of Bronze Olive #554702
RGB
CMYK
RGB Variations
Color information
#554702 (or 0x554702) is known color: Bronze Olive. HEX triplet: 55, 47 and 02. RGB value is (85,71,2). Sum of RGB (Red+Green+Blue) = 85+71+2=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554702 is #AAB8FD. Grayscale: #434343. Windows color (decimal): -11188478 or 149333. OLE color: 149333.
HSL color Cylindrical-coordinate representation of color #554702: hue angle of 49.88º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #554702 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.67 |
| HSL | 49.88º | 0.95% | 0.17% | - |
| HSV(B) | 49.88º | 0.98% | 0.33% | - |
| XYZ | 6.01 | 6.44 | 0.98 | - |
| YUV | 67.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 2 | 0 | 0.16 | 0.98 | 0.67 | 49.88 | 0.95 | 0.17 |
| Hex | 55 | 47 | 2 | 0 | 10 | 62 | 43 | 32 | 5F | 11 |
| Octal | 125 | 107 | 2 | 0 | 20 | 142 | 103 | 62 | 137 | 21 |
| Binary | 1010101 | 1000111 | 10 | 0 | 10000 | 1100010 | 1000011 | 110010 | 1011111 | 10001 |
Color Harmonies of #554702
Complementary color
Monochromatic Colors of #554702
Black with #554702
Text Example
Text Example
White with #554702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554702; }
p { color: rgb(85,71,2); }
H1.HeaderClassName
{
color: #554702;
}
.AnyTagClassName
{
color: #554702;
}
</style>
background-color css
<style>
a { background-color: #554702; }
a { background-color: rgb(85,71,2); }
div.DivClassName
{
background-color: #554702;
}
.BgClassName
{
background-color: #554702;
}
</style>
border-color css
<style>
span { border-color: #554702; }
span { border-color: rgb(85,71,2); }
td.TdClassName
{
border-color: #554702;
}
.TagClassName
{
border-color: #554702;
}
</style>