Shades of Bronze Olive #55451A
Tints of Bronze Olive #55451A
RGB
CMYK
RGB Variations
Color information
#55451A (or 0x55451A) is known color: Bronze Olive. HEX triplet: 55, 45 and 1A. RGB value is (85,69,26). Sum of RGB (Red+Green+Blue) = 85+69+26=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55451A is #AABAE5. Grayscale: #454545. Windows color (decimal): -11188966 or 1721685. OLE color: 1721685.
HSL color Cylindrical-coordinate representation of color #55451A: hue angle of 43.73º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55451A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 26 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.67 |
| HSL | 43.73º | 0.53% | 0.22% | - |
| HSV(B) | 43.73º | 0.69% | 0.33% | - |
| XYZ | 6.06 | 6.26 | 1.87 | - |
| YUV | 68.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 26 | 0 | 0.19 | 0.69 | 0.67 | 43.73 | 0.53 | 0.22 |
| Hex | 55 | 45 | 1A | 0 | 13 | 45 | 43 | 2C | 35 | 16 |
| Octal | 125 | 105 | 32 | 0 | 23 | 105 | 103 | 54 | 65 | 26 |
| Binary | 1010101 | 1000101 | 11010 | 0 | 10011 | 1000101 | 1000011 | 101100 | 110101 | 10110 |
Color Harmonies of #55451A
Complementary color
Monochromatic Colors of #55451A
Black with #55451A
Text Example
Text Example
White with #55451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55451A; }
p { color: rgb(85,69,26); }
H1.HeaderClassName
{
color: #55451A;
}
.AnyTagClassName
{
color: #55451A;
}
</style>
background-color css
<style>
a { background-color: #55451A; }
a { background-color: rgb(85,69,26); }
div.DivClassName
{
background-color: #55451A;
}
.BgClassName
{
background-color: #55451A;
}
</style>
border-color css
<style>
span { border-color: #55451A; }
span { border-color: rgb(85,69,26); }
td.TdClassName
{
border-color: #55451A;
}
.TagClassName
{
border-color: #55451A;
}
</style>