#564D2A

Color #564D2A Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #564D2A

Tints of Bronze Olive #564D2A

Color information

#564D2A (or 0x564D2A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 2A. RGB value is (86,77,42). Sum of RGB (Red+Green+Blue) = 86+77+42=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2A is #A9B2D5. Grayscale: #4B4B4B. Windows color (decimal): -11121366 or 2772310. OLE color: 2772310.

HSL color Cylindrical-coordinate representation of color #564D2A: hue angle of 47.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564D2A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB867742-
CMYK00.100.510.66
HSL47.73º34.38%25.1%-
HSV(B)47.73º51.16%33.73%-
XYZ6.917.453.26-
YUV75.7108.98135.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=41.95%
G=37.56%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86774200.100.510.6647.7334.3825.1
Hex564D2A0A3342302219
Octal1261155201263102604231
Binary1010110100110110101001010110011100001011000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D2A; }

 p { color: rgb(86,77,42); }

 H1.HeaderClassName
 {
   color: #564D2A;
 }
 .AnyTagClassName
 {
   color: #564D2A;
 }
</style>
background-color css

<style>
 a { background-color: #564D2A; }

 a { background-color: rgb(86,77,42); }

 div.DivClassName
 {
   background-color: #564D2A;
 }
 .BgClassName
 {
   background-color: #564D2A;
 }
</style>
border-color css

<style>
 span { border-color: #564D2A; }

 span { border-color: rgb(86,77,42); }

 td.TdClassName
 {
   border-color: #564D2A;
 }
 .TagClassName
 {
   border-color: #564D2A;
 }
</style>