Shades of Bronze Olive #554302
Tints of Bronze Olive #554302
RGB
CMYK
RGB Variations
Color information
#554302 (or 0x554302) is known color: Bronze Olive. HEX triplet: 55, 43 and 02. RGB value is (85,67,2). Sum of RGB (Red+Green+Blue) = 85+67+2=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #554302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554302 is #AABCFD. Grayscale: #414141. Windows color (decimal): -11189502 or 148309. OLE color: 148309.
HSL color Cylindrical-coordinate representation of color #554302: hue angle of 46.99º 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 #554302 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.67 |
| HSL | 46.99º | 0.95% | 0.17% | - |
| HSV(B) | 46.99º | 0.98% | 0.33% | - |
| XYZ | 5.76 | 5.95 | 0.9 | - |
| YUV | 64.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 2 | 0 | 0.21 | 0.98 | 0.67 | 46.99 | 0.95 | 0.17 |
| Hex | 55 | 43 | 2 | 0 | 15 | 62 | 43 | 2F | 5F | 11 |
| Octal | 125 | 103 | 2 | 0 | 25 | 142 | 103 | 57 | 137 | 21 |
| Binary | 1010101 | 1000011 | 10 | 0 | 10101 | 1100010 | 1000011 | 101111 | 1011111 | 10001 |
Color Harmonies of #554302
Complementary color
Monochromatic Colors of #554302
Black with #554302
Text Example
Text Example
White with #554302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554302; }
p { color: rgb(85,67,2); }
H1.HeaderClassName
{
color: #554302;
}
.AnyTagClassName
{
color: #554302;
}
</style>
background-color css
<style>
a { background-color: #554302; }
a { background-color: rgb(85,67,2); }
div.DivClassName
{
background-color: #554302;
}
.BgClassName
{
background-color: #554302;
}
</style>
border-color css
<style>
span { border-color: #554302; }
span { border-color: rgb(85,67,2); }
td.TdClassName
{
border-color: #554302;
}
.TagClassName
{
border-color: #554302;
}
</style>