Shades of Bronze Olive #55431C
Tints of Bronze Olive #55431C
RGB
CMYK
RGB Variations
Color information
#55431C (or 0x55431C) is known color: Bronze Olive. HEX triplet: 55, 43 and 1C. RGB value is (85,67,28). Sum of RGB (Red+Green+Blue) = 85+67+28=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431C is #AABCE3. Grayscale: #444444. Windows color (decimal): -11189476 or 1852245. OLE color: 1852245.
HSL color Cylindrical-coordinate representation of color #55431C: hue angle of 41.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55431C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 28 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.67 |
| HSL | 41.05º | 0.5% | 0.22% | - |
| HSV(B) | 41.05º | 0.67% | 0.33% | - |
| XYZ | 5.96 | 6.03 | 1.95 | - |
| YUV | 67.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 28 | 0 | 0.21 | 0.67 | 0.67 | 41.05 | 0.5 | 0.22 |
| Hex | 55 | 43 | 1C | 0 | 15 | 43 | 43 | 29 | 32 | 16 |
| Octal | 125 | 103 | 34 | 0 | 25 | 103 | 103 | 51 | 62 | 26 |
| Binary | 1010101 | 1000011 | 11100 | 0 | 10101 | 1000011 | 1000011 | 101001 | 110010 | 10110 |
Color Harmonies of #55431C
Complementary color
Monochromatic Colors of #55431C
Black with #55431C
Text Example
Text Example
White with #55431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55431C; }
p { color: rgb(85,67,28); }
H1.HeaderClassName
{
color: #55431C;
}
.AnyTagClassName
{
color: #55431C;
}
</style>
background-color css
<style>
a { background-color: #55431C; }
a { background-color: rgb(85,67,28); }
div.DivClassName
{
background-color: #55431C;
}
.BgClassName
{
background-color: #55431C;
}
</style>
border-color css
<style>
span { border-color: #55431C; }
span { border-color: rgb(85,67,28); }
td.TdClassName
{
border-color: #55431C;
}
.TagClassName
{
border-color: #55431C;
}
</style>