#564D28

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

Shades of Bronze Olive #564D28

Tints of Bronze Olive #564D28

Color information

#564D28 (or 0x564D28) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 28. RGB value is (86,77,40). Sum of RGB (Red+Green+Blue) = 86+77+40=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D28 is #A9B2D7. Grayscale: #4B4B4B. Windows color (decimal): -11121368 or 2641238. OLE color: 2641238.

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

Color convert

RGB867740-
CMYK00.100.530.66
HSL48.26º36.51%24.71%-
HSV(B)48.26º53.49%33.73%-
XYZ6.877.443.08-
YUV75.47107.98135.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=42.36%
G=37.93%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86774000.100.530.6648.2636.5124.71
Hex564D280A3542302519
Octal1261155001265102604531
Binary1010110100110110100001010110101100001011000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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