Html Css Color HEX #564A3D Metallic Bronze

📋 copy color: '#564A3D'

red 86 ◦ green 74 ◦ blue 61

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

Shades of Metallic Bronze #564A3D

Tints of Metallic Bronze #564A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 38.91%
G = 33.48%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#564A3D (or 0x564A3D) is known color: Metallic Bronze. HEX triplet: 56, 4A and 3D. RGB value is (86,74,61). Sum of RGB (Red+Green+Blue) = 86+74+61=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3D is #A9B5C2. Grayscale: #4C4C4C. Windows color (decimal): -11122115 or 4016726. OLE color: 4016726.

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

Color convert

RGB 86 74 61 -
CMYK 0 0.14 0.29 0.66
HSL 31.2º 0.17% 0.29% -
HSV(B) 31.2º 0.29% 0.34% -
XYZ 7.13 7.21 5.43 -
YUV 76.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 86 74 61 0 0.14 0.29 0.66 31.2 0.17 0.29
Hex 56 4A 3D 0 E 1D 42 1F 11 1D
Octal 126 112 75 0 16 35 102 37 21 35
Binary 1010110 1001010 111101 0 1110 11101 1000010 11111 10001 11101

Color Harmonies of #564A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A3D

Black with #564A3D

Text Example


Text Example

White with #564A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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