Shades of Bronze Olive #55431D
Tints of Bronze Olive #55431D
RGB
CMYK
RGB Variations
Color information
#55431D (or 0x55431D) is known color: Bronze Olive. HEX triplet: 55, 43 and 1D. RGB value is (85,67,29). Sum of RGB (Red+Green+Blue) = 85+67+29=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431D is #AABCE2. Grayscale: #444444. Windows color (decimal): -11189475 or 1917781. OLE color: 1917781.
HSL color Cylindrical-coordinate representation of color #55431D: hue angle of 40.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55431D is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 29 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.67 |
| HSL | 40.71º | 0.49% | 0.22% | - |
| HSV(B) | 40.71º | 0.66% | 0.33% | - |
| XYZ | 5.98 | 6.03 | 2.01 | - |
| YUV | 68.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 29 | 0 | 0.21 | 0.66 | 0.67 | 40.71 | 0.49 | 0.22 |
| Hex | 55 | 43 | 1D | 0 | 15 | 42 | 43 | 29 | 31 | 16 |
| Octal | 125 | 103 | 35 | 0 | 25 | 102 | 103 | 51 | 61 | 26 |
| Binary | 1010101 | 1000011 | 11101 | 0 | 10101 | 1000010 | 1000011 | 101001 | 110001 | 10110 |
Color Harmonies of #55431D
Complementary color
Monochromatic Colors of #55431D
Black with #55431D
Text Example
Text Example
White with #55431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55431D; }
p { color: rgb(85,67,29); }
H1.HeaderClassName
{
color: #55431D;
}
.AnyTagClassName
{
color: #55431D;
}
</style>
background-color css
<style>
a { background-color: #55431D; }
a { background-color: rgb(85,67,29); }
div.DivClassName
{
background-color: #55431D;
}
.BgClassName
{
background-color: #55431D;
}
</style>
border-color css
<style>
span { border-color: #55431D; }
span { border-color: rgb(85,67,29); }
td.TdClassName
{
border-color: #55431D;
}
.TagClassName
{
border-color: #55431D;
}
</style>