Html Css Color HEX #564937 Metallic Bronze

📋 copy color: '#564937'

red 86 ◦ green 73 ◦ blue 55

#564937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #564937

Tints of Metallic Bronze #564937

RGB

 RED value IS 86 (33.98% from 255) = 40.19%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 40.19%
G = 34.11%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#564937 (or 0x564937) is known color: Metallic Bronze. HEX triplet: 56, 49 and 37. RGB value is (86,73,55). Sum of RGB (Red+Green+Blue) = 86+73+55=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564937 is #A9B6C8. Grayscale: #4A4A4A. Windows color (decimal): -11122377 or 3623254. OLE color: 3623254.

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

Color convert

RGB 86 73 55 -
CMYK 0 0.15 0.36 0.66
HSL 34.84º 0.22% 0.28% -
HSV(B) 34.84º 0.36% 0.34% -
XYZ 6.91 7.02 4.61 -
YUV 74.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 86 73 55 0 0.15 0.36 0.66 34.84 0.22 0.28
Hex 56 49 37 0 F 24 42 23 16 1C
Octal 126 111 67 0 17 44 102 43 26 34
Binary 1010110 1001001 110111 0 1111 100100 1000010 100011 10110 11100

Color Harmonies of #564937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564937

Black with #564937

Text Example


Text Example

White with #564937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564937; }

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

 H1.HeaderClassName
 {
   color: #564937;
 }
 .AnyTagClassName
 {
   color: #564937;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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