Shades of Bronze Olive #554602
Tints of Bronze Olive #554602
RGB
CMYK
RGB Variations
Color information
#554602 (or 0x554602) is known color: Bronze Olive. HEX triplet: 55, 46 and 02. RGB value is (85,70,2). Sum of RGB (Red+Green+Blue) = 85+70+2=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554602 is #AAB9FD. Grayscale: #434343. Windows color (decimal): -11188734 or 149077. OLE color: 149077.
HSL color Cylindrical-coordinate representation of color #554602: hue angle of 49.16º 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 #554602 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 2 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.67 |
| HSL | 49.16º | 0.95% | 0.17% | - |
| HSV(B) | 49.16º | 0.98% | 0.33% | - |
| XYZ | 5.95 | 6.32 | 0.96 | - |
| YUV | 66.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 2 | 0 | 0.18 | 0.98 | 0.67 | 49.16 | 0.95 | 0.17 |
| Hex | 55 | 46 | 2 | 0 | 12 | 62 | 43 | 31 | 5F | 11 |
| Octal | 125 | 106 | 2 | 0 | 22 | 142 | 103 | 61 | 137 | 21 |
| Binary | 1010101 | 1000110 | 10 | 0 | 10010 | 1100010 | 1000011 | 110001 | 1011111 | 10001 |
Color Harmonies of #554602
Complementary color
Monochromatic Colors of #554602
Black with #554602
Text Example
Text Example
White with #554602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554602; }
p { color: rgb(85,70,2); }
H1.HeaderClassName
{
color: #554602;
}
.AnyTagClassName
{
color: #554602;
}
</style>
background-color css
<style>
a { background-color: #554602; }
a { background-color: rgb(85,70,2); }
div.DivClassName
{
background-color: #554602;
}
.BgClassName
{
background-color: #554602;
}
</style>
border-color css
<style>
span { border-color: #554602; }
span { border-color: rgb(85,70,2); }
td.TdClassName
{
border-color: #554602;
}
.TagClassName
{
border-color: #554602;
}
</style>