#564938

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

Shades of Metallic Bronze #564938

Tints of Metallic Bronze #564938

Color information

#564938 (or 0x564938) is unknown color: approx Metallic Bronze. HEX triplet: 56, 49 and 38. RGB value is (86,73,56). Sum of RGB (Red+Green+Blue) = 86+73+56=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564938 is #A9B6C7. Grayscale: #4B4B4B. Windows color (decimal): -11122376 or 3688790. OLE color: 3688790.

HSL color Cylindrical-coordinate representation of color #564938: hue angle of 34º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #564938 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB867356-
CMYK00.150.350.66
HSL34º21.13%27.84%-
HSV(B)34º34.88%33.73%-
XYZ6.937.034.73-
YUV74.95117.31135.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=40%
G=33.95%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86735600.150.350.663421.1327.84
Hex5649380F234222151c
Octal1261117001743102422534
Binary101011010010011110000111110001110000101000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564938; }

 p { color: rgb(86,73,56); }

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

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

 a { background-color: rgb(86,73,56); }

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

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

 span { border-color: rgb(86,73,56); }

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