Shades of Bronze Olive #564B23
Tints of Bronze Olive #564B23
RGB
CMYK
RGB Variations
Color information
#564B23 (or 0x564B23) is known color: Bronze Olive. HEX triplet: 56, 4B and 23. RGB value is (86,75,35). Sum of RGB (Red+Green+Blue) = 86+75+35=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B23 is #A9B4DC. Grayscale: #494949. Windows color (decimal): -11121885 or 2313046. OLE color: 2313046.
HSL color Cylindrical-coordinate representation of color #564B23: hue angle of 47.06º 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 #564B23 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 35 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.66 |
| HSL | 47.06º | 0.42% | 0.24% | - |
| HSV(B) | 47.06º | 0.59% | 0.34% | - |
| XYZ | 6.66 | 7.13 | 2.62 | - |
| YUV | 73.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 35 | 0 | 0.13 | 0.59 | 0.66 | 47.06 | 0.42 | 0.24 |
| Hex | 56 | 4B | 23 | 0 | D | 3B | 42 | 2F | 2A | 18 |
| Octal | 126 | 113 | 43 | 0 | 15 | 73 | 102 | 57 | 52 | 30 |
| Binary | 1010110 | 1001011 | 100011 | 0 | 1101 | 111011 | 1000010 | 101111 | 101010 | 11000 |
Color Harmonies of #564B23
Complementary color
Monochromatic Colors of #564B23
Black with #564B23
Text Example
Text Example
White with #564B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B23; }
p { color: rgb(86,75,35); }
H1.HeaderClassName
{
color: #564B23;
}
.AnyTagClassName
{
color: #564B23;
}
</style>
background-color css
<style>
a { background-color: #564B23; }
a { background-color: rgb(86,75,35); }
div.DivClassName
{
background-color: #564B23;
}
.BgClassName
{
background-color: #564B23;
}
</style>
border-color css
<style>
span { border-color: #564B23; }
span { border-color: rgb(86,75,35); }
td.TdClassName
{
border-color: #564B23;
}
.TagClassName
{
border-color: #564B23;
}
</style>