Shades of Bronze Olive #55430B
Tints of Bronze Olive #55430B
RGB
CMYK
RGB Variations
Color information
#55430B (or 0x55430B) is known color: Bronze Olive. HEX triplet: 55, 43 and 0B. RGB value is (85,67,11). Sum of RGB (Red+Green+Blue) = 85+67+11=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55430B is #AABCF4. Grayscale: #424242. Windows color (decimal): -11189493 or 738133. OLE color: 738133.
HSL color Cylindrical-coordinate representation of color #55430B: hue angle of 45.41º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55430B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 11 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.67 |
| HSL | 45.41º | 0.77% | 0.19% | - |
| HSV(B) | 45.41º | 0.87% | 0.33% | - |
| XYZ | 5.81 | 5.97 | 1.16 | - |
| YUV | 66 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 11 | 0 | 0.21 | 0.87 | 0.67 | 45.41 | 0.77 | 0.19 |
| Hex | 55 | 43 | B | 0 | 15 | 57 | 43 | 2D | 4D | 13 |
| Octal | 125 | 103 | 13 | 0 | 25 | 127 | 103 | 55 | 115 | 23 |
| Binary | 1010101 | 1000011 | 1011 | 0 | 10101 | 1010111 | 1000011 | 101101 | 1001101 | 10011 |
Color Harmonies of #55430B
Complementary color
Monochromatic Colors of #55430B
Black with #55430B
Text Example
Text Example
White with #55430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55430B; }
p { color: rgb(85,67,11); }
H1.HeaderClassName
{
color: #55430B;
}
.AnyTagClassName
{
color: #55430B;
}
</style>
background-color css
<style>
a { background-color: #55430B; }
a { background-color: rgb(85,67,11); }
div.DivClassName
{
background-color: #55430B;
}
.BgClassName
{
background-color: #55430B;
}
</style>
border-color css
<style>
span { border-color: #55430B; }
span { border-color: rgb(85,67,11); }
td.TdClassName
{
border-color: #55430B;
}
.TagClassName
{
border-color: #55430B;
}
</style>