Html Css Color HEX #564A3B Metallic Bronze

📋 copy color: '#564A3B'

red 86 ◦ green 74 ◦ blue 59

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

Shades of Metallic Bronze #564A3B

Tints of Metallic Bronze #564A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.94%

R = 39.27%
G = 33.79%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#564A3B (or 0x564A3B) is known color: Metallic Bronze. HEX triplet: 56, 4A and 3B. RGB value is (86,74,59). Sum of RGB (Red+Green+Blue) = 86+74+59=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3B is #A9B5C4. Grayscale: #4B4B4B. Windows color (decimal): -11122117 or 3885654. OLE color: 3885654.

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

Color convert

RGB 86 74 59 -
CMYK 0 0.14 0.31 0.66
HSL 33.33º 0.19% 0.28% -
HSV(B) 33.33º 0.31% 0.34% -
XYZ 7.08 7.19 5.15 -
YUV 75.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 86 74 59 0 0.14 0.31 0.66 33.33 0.19 0.28
Hex 56 4A 3B 0 E 1F 42 21 13 1C
Octal 126 112 73 0 16 37 102 41 23 34
Binary 1010110 1001010 111011 0 1110 11111 1000010 100001 10011 11100

Color Harmonies of #564A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A3B

Black with #564A3B

Text Example


Text Example

White with #564A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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