Html Css Color HEX #564A3C Metallic Bronze

📋 copy color: '#564A3C'

red 86 ◦ green 74 ◦ blue 60

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

Shades of Metallic Bronze #564A3C

Tints of Metallic Bronze #564A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 39.09%
G = 33.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#564A3C (or 0x564A3C) is known color: Metallic Bronze. HEX triplet: 56, 4A and 3C. RGB value is (86,74,60). Sum of RGB (Red+Green+Blue) = 86+74+60=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3C is #A9B5C3. Grayscale: #4C4C4C. Windows color (decimal): -11122116 or 3951190. OLE color: 3951190.

HSL color Cylindrical-coordinate representation of color #564A3C: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #564A3C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 60 -
CMYK 0 0.14 0.30 0.66
HSL 32.31º 0.18% 0.29% -
HSV(B) 32.31º 0.3% 0.34% -
XYZ 7.1 7.2 5.29 -
YUV 75.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 86 74 60 0 0.14 0.30 0.66 32.31 0.18 0.29
Hex 56 4A 3C 0 E 1E 42 20 12 1D
Octal 126 112 74 0 16 36 102 40 22 35
Binary 1010110 1001010 111100 0 1110 11110 1000010 100000 10010 11101

Color Harmonies of #564A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A3C

Black with #564A3C

Text Example


Text Example

White with #564A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,74,60); }

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

background-color css

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

 a { background-color: rgb(86,74,60); }

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

border-color css

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

 span { border-color: rgb(86,74,60); }

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