Html Css Color HEX #564736 Metallic Bronze

📋 copy color: '#564736'

red 86 ◦ green 71 ◦ blue 54

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

Shades of Metallic Bronze #564736

Tints of Metallic Bronze #564736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 40.76%
G = 33.65%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#564736 (or 0x564736) is known color: Metallic Bronze. HEX triplet: 56, 47 and 36. RGB value is (86,71,54). Sum of RGB (Red+Green+Blue) = 86+71+54=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564736 is #A9B8C9. Grayscale: #494949. Windows color (decimal): -11122890 or 3557206. OLE color: 3557206.

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

Color convert

RGB 86 71 54 -
CMYK 0 0.17 0.37 0.66
HSL 31.88º 0.23% 0.27% -
HSV(B) 31.88º 0.37% 0.34% -
XYZ 6.76 6.75 4.44 -
YUV 73.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 86 71 54 0 0.17 0.37 0.66 31.88 0.23 0.27
Hex 56 47 36 0 11 25 42 20 17 1B
Octal 126 107 66 0 21 45 102 40 27 33
Binary 1010110 1000111 110110 0 10001 100101 1000010 100000 10111 11011

Color Harmonies of #564736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564736

Black with #564736

Text Example


Text Example

White with #564736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564736; }

 p { color: rgb(86,71,54); }

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

background-color css

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

 a { background-color: rgb(86,71,54); }

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

border-color css

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

 span { border-color: rgb(86,71,54); }

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