Shades of Bronze Olive #554C1F
Tints of Bronze Olive #554C1F
RGB
CMYK
RGB Variations
Color information
#554C1F (or 0x554C1F) is known color: Bronze Olive. HEX triplet: 55, 4C and 1F. RGB value is (85,76,31). Sum of RGB (Red+Green+Blue) = 85+76+31=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1F is #AAB3E0. Grayscale: #494949. Windows color (decimal): -11187169 or 2051157. OLE color: 2051157.
HSL color Cylindrical-coordinate representation of color #554C1F: hue angle of 50º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554C1F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 31 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.67 |
| HSL | 50º | 0.47% | 0.23% | - |
| HSV(B) | 50º | 0.64% | 0.33% | - |
| XYZ | 6.58 | 7.2 | 2.34 | - |
| YUV | 73.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 31 | 0 | 0.11 | 0.64 | 0.67 | 50 | 0.47 | 0.23 |
| Hex | 55 | 4C | 1F | 0 | B | 40 | 43 | 32 | 2F | 17 |
| Octal | 125 | 114 | 37 | 0 | 13 | 100 | 103 | 62 | 57 | 27 |
| Binary | 1010101 | 1001100 | 11111 | 0 | 1011 | 1000000 | 1000011 | 110010 | 101111 | 10111 |
Color Harmonies of #554C1F
Complementary color
Monochromatic Colors of #554C1F
Black with #554C1F
Text Example
Text Example
White with #554C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C1F; }
p { color: rgb(85,76,31); }
H1.HeaderClassName
{
color: #554C1F;
}
.AnyTagClassName
{
color: #554C1F;
}
</style>
background-color css
<style>
a { background-color: #554C1F; }
a { background-color: rgb(85,76,31); }
div.DivClassName
{
background-color: #554C1F;
}
.BgClassName
{
background-color: #554C1F;
}
</style>
border-color css
<style>
span { border-color: #554C1F; }
span { border-color: rgb(85,76,31); }
td.TdClassName
{
border-color: #554C1F;
}
.TagClassName
{
border-color: #554C1F;
}
</style>