#564935

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

Shades of Metallic Bronze #564935

Tints of Metallic Bronze #564935

Color information

#564935 (or 0x564935) is unknown color: approx Metallic Bronze. HEX triplet: 56, 49 and 35. RGB value is (86,73,53). Sum of RGB (Red+Green+Blue) = 86+73+53=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564935 is #A9B6CA. Grayscale: #4A4A4A. Windows color (decimal): -11122379 or 3492182. OLE color: 3492182.

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

Color convert

RGB867353-
CMYK00.150.380.66
HSL36.36º23.74%27.25%-
HSV(B)36.36º38.37%33.73%-
XYZ6.8674.36-
YUV74.61115.81136.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 53 (21.09% from 255) = 25%
R=40.57%
G=34.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86735300.150.380.6636.3623.7427.25
Hex5649350F264224181b
Octal1261116501746102443033
Binary101011010010011101010111110011010000101001001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564935; }

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

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

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

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

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

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

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

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