Shades of Bronze Olive #564403
Tints of Bronze Olive #564403
RGB
CMYK
RGB Variations
Color information
#564403 (or 0x564403) is known color: Bronze Olive. HEX triplet: 56, 44 and 03. RGB value is (86,68,3). Sum of RGB (Red+Green+Blue) = 86+68+3=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564403 is #A9BBFC. Grayscale: #424242. Windows color (decimal): -11123709 or 214102. OLE color: 214102.
HSL color Cylindrical-coordinate representation of color #564403: hue angle of 46.99º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #564403 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 3 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.66 |
| HSL | 46.99º | 0.93% | 0.17% | - |
| HSV(B) | 46.99º | 0.97% | 0.34% | - |
| XYZ | 5.92 | 6.12 | 0.96 | - |
| YUV | 65.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 3 | 0 | 0.21 | 0.97 | 0.66 | 46.99 | 0.93 | 0.17 |
| Hex | 56 | 44 | 3 | 0 | 15 | 61 | 42 | 2F | 5D | 11 |
| Octal | 126 | 104 | 3 | 0 | 25 | 141 | 102 | 57 | 135 | 21 |
| Binary | 1010110 | 1000100 | 11 | 0 | 10101 | 1100001 | 1000010 | 101111 | 1011101 | 10001 |
Color Harmonies of #564403
Complementary color
Monochromatic Colors of #564403
Black with #564403
Text Example
Text Example
White with #564403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564403; }
p { color: rgb(86,68,3); }
H1.HeaderClassName
{
color: #564403;
}
.AnyTagClassName
{
color: #564403;
}
</style>
background-color css
<style>
a { background-color: #564403; }
a { background-color: rgb(86,68,3); }
div.DivClassName
{
background-color: #564403;
}
.BgClassName
{
background-color: #564403;
}
</style>
border-color css
<style>
span { border-color: #564403; }
span { border-color: rgb(86,68,3); }
td.TdClassName
{
border-color: #564403;
}
.TagClassName
{
border-color: #564403;
}
</style>