#564C28

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

Shades of Bronze Olive #564C28

Tints of Bronze Olive #564C28

Color information

#564C28 (or 0x564C28) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 28. RGB value is (86,76,40). Sum of RGB (Red+Green+Blue) = 86+76+40=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C28 is #A9B3D7. Grayscale: #4B4B4B. Windows color (decimal): -11121624 or 2640982. OLE color: 2640982.

HSL color Cylindrical-coordinate representation of color #564C28: hue angle of 46.96º 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 #564C28 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB867640-
CMYK00.120.530.66
HSL46.96º36.51%24.71%-
HSV(B)46.96º53.49%33.73%-
XYZ6.817.33.06-
YUV74.89108.31135.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=42.57%
G=37.62%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86764000.120.530.6646.9636.5124.71
Hex564C280C35422f2519
Octal1261145001465102574531
Binary1010110100110010100001100110101100001010111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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