#564D27

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

Shades of Bronze Olive #564D27

Tints of Bronze Olive #564D27

Color information

#564D27 (or 0x564D27) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 27. RGB value is (86,77,39). Sum of RGB (Red+Green+Blue) = 86+77+39=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D27 is #A9B2D8. Grayscale: #4B4B4B. Windows color (decimal): -11121369 or 2575702. OLE color: 2575702.

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

Color convert

RGB867739-
CMYK00.100.550.66
HSL48.51º37.6%24.51%-
HSV(B)48.51º54.65%33.73%-
XYZ6.867.432.99-
YUV75.36107.48135.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=42.57%
G=38.12%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86773900.100.550.6648.5137.624.51
Hex564D270A3742312619
Octal1261154701267102614631
Binary1010110100110110011101010110111100001011000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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