Shades of Bronze Olive #554322
Tints of Bronze Olive #554322
RGB
CMYK
RGB Variations
Color information
#554322 (or 0x554322) is known color: Bronze Olive. HEX triplet: 55, 43 and 22. RGB value is (85,67,34). Sum of RGB (Red+Green+Blue) = 85+67+34=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554322 is #AABCDD. Grayscale: #444444. Windows color (decimal): -11189470 or 2245461. OLE color: 2245461.
HSL color Cylindrical-coordinate representation of color #554322: hue angle of 38.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554322 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 34 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.67 |
| HSL | 38.82º | 0.43% | 0.23% | - |
| HSV(B) | 38.82º | 0.6% | 0.33% | - |
| XYZ | 6.04 | 6.06 | 2.36 | - |
| YUV | 68.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 34 | 0 | 0.21 | 0.60 | 0.67 | 38.82 | 0.43 | 0.23 |
| Hex | 55 | 43 | 22 | 0 | 15 | 3C | 43 | 27 | 2B | 17 |
| Octal | 125 | 103 | 42 | 0 | 25 | 74 | 103 | 47 | 53 | 27 |
| Binary | 1010101 | 1000011 | 100010 | 0 | 10101 | 111100 | 1000011 | 100111 | 101011 | 10111 |
Color Harmonies of #554322
Complementary color
Monochromatic Colors of #554322
Black with #554322
Text Example
Text Example
White with #554322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554322; }
p { color: rgb(85,67,34); }
H1.HeaderClassName
{
color: #554322;
}
.AnyTagClassName
{
color: #554322;
}
</style>
background-color css
<style>
a { background-color: #554322; }
a { background-color: rgb(85,67,34); }
div.DivClassName
{
background-color: #554322;
}
.BgClassName
{
background-color: #554322;
}
</style>
border-color css
<style>
span { border-color: #554322; }
span { border-color: rgb(85,67,34); }
td.TdClassName
{
border-color: #554322;
}
.TagClassName
{
border-color: #554322;
}
</style>