Html Css Color HEX #564A3A Metallic Bronze

📋 copy color: '#564A3A'

red 86 ◦ green 74 ◦ blue 58

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

Shades of Metallic Bronze #564A3A

Tints of Metallic Bronze #564A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 39.45%
G = 33.94%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#564A3A (or 0x564A3A) is known color: Metallic Bronze. HEX triplet: 56, 4A and 3A. RGB value is (86,74,58). Sum of RGB (Red+Green+Blue) = 86+74+58=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3A is #A9B5C5. Grayscale: #4B4B4B. Windows color (decimal): -11122118 or 3820118. OLE color: 3820118.

HSL color Cylindrical-coordinate representation of color #564A3A: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #564A3A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 58 -
CMYK 0 0.14 0.33 0.66
HSL 34.29º 0.19% 0.28% -
HSV(B) 34.29º 0.33% 0.34% -
XYZ 7.05 7.18 5.02 -
YUV 75.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 86 74 58 0 0.14 0.33 0.66 34.29 0.19 0.28
Hex 56 4A 3A 0 E 21 42 22 13 1C
Octal 126 112 72 0 16 41 102 42 23 34
Binary 1010110 1001010 111010 0 1110 100001 1000010 100010 10011 11100

Color Harmonies of #564A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A3A

Black with #564A3A

Text Example


Text Example

White with #564A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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