Shades of Bronze Olive #565323
Tints of Bronze Olive #565323
RGB
CMYK
RGB Variations
Color information
#565323 (or 0x565323) is known color: Bronze Olive. HEX triplet: 56, 53 and 23. RGB value is (86,83,35). Sum of RGB (Red+Green+Blue) = 86+83+35=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565323 is #A9ACDC. Grayscale: #4E4E4E. Windows color (decimal): -11119837 or 2315094. OLE color: 2315094.
HSL color Cylindrical-coordinate representation of color #565323: hue angle of 56.47º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565323 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 35 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.66 |
| HSL | 56.47º | 0.42% | 0.24% | - |
| HSV(B) | 56.47º | 0.59% | 0.34% | - |
| XYZ | 7.23 | 8.29 | 2.81 | - |
| YUV | 78.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 35 | 0 | 0.03 | 0.59 | 0.66 | 56.47 | 0.42 | 0.24 |
| Hex | 56 | 53 | 23 | 0 | 3 | 3B | 42 | 38 | 2A | 18 |
| Octal | 126 | 123 | 43 | 0 | 3 | 73 | 102 | 70 | 52 | 30 |
| Binary | 1010110 | 1010011 | 100011 | 0 | 11 | 111011 | 1000010 | 111000 | 101010 | 11000 |
Color Harmonies of #565323
Complementary color
Monochromatic Colors of #565323
Black with #565323
Text Example
Text Example
White with #565323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565323; }
p { color: rgb(86,83,35); }
H1.HeaderClassName
{
color: #565323;
}
.AnyTagClassName
{
color: #565323;
}
</style>
background-color css
<style>
a { background-color: #565323; }
a { background-color: rgb(86,83,35); }
div.DivClassName
{
background-color: #565323;
}
.BgClassName
{
background-color: #565323;
}
</style>
border-color css
<style>
span { border-color: #565323; }
span { border-color: rgb(86,83,35); }
td.TdClassName
{
border-color: #565323;
}
.TagClassName
{
border-color: #565323;
}
</style>