Shades of Bronze Olive #554303
Tints of Bronze Olive #554303
RGB
CMYK
RGB Variations
Color information
#554303 (or 0x554303) is known color: Bronze Olive. HEX triplet: 55, 43 and 03. RGB value is (85,67,3). Sum of RGB (Red+Green+Blue) = 85+67+3=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554303 is #AABCFC. Grayscale: #414141. Windows color (decimal): -11189501 or 213845. OLE color: 213845.
HSL color Cylindrical-coordinate representation of color #554303: hue angle of 46.83º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #554303 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 3 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.67 |
| HSL | 46.83º | 0.93% | 0.17% | - |
| HSV(B) | 46.83º | 0.96% | 0.33% | - |
| XYZ | 5.77 | 5.95 | 0.93 | - |
| YUV | 65.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 3 | 0 | 0.21 | 0.96 | 0.67 | 46.83 | 0.93 | 0.17 |
| Hex | 55 | 43 | 3 | 0 | 15 | 60 | 43 | 2F | 5D | 11 |
| Octal | 125 | 103 | 3 | 0 | 25 | 140 | 103 | 57 | 135 | 21 |
| Binary | 1010101 | 1000011 | 11 | 0 | 10101 | 1100000 | 1000011 | 101111 | 1011101 | 10001 |
Color Harmonies of #554303
Complementary color
Monochromatic Colors of #554303
Black with #554303
Text Example
Text Example
White with #554303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554303; }
p { color: rgb(85,67,3); }
H1.HeaderClassName
{
color: #554303;
}
.AnyTagClassName
{
color: #554303;
}
</style>
background-color css
<style>
a { background-color: #554303; }
a { background-color: rgb(85,67,3); }
div.DivClassName
{
background-color: #554303;
}
.BgClassName
{
background-color: #554303;
}
</style>
border-color css
<style>
span { border-color: #554303; }
span { border-color: rgb(85,67,3); }
td.TdClassName
{
border-color: #554303;
}
.TagClassName
{
border-color: #554303;
}
</style>