Html Css Color HEX #564A36 Metallic Bronze

📋 copy color: '#564A36'

red 86 ◦ green 74 ◦ blue 54

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

Shades of Metallic Bronze #564A36

Tints of Metallic Bronze #564A36

RGB

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

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

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

R = 40.19%
G = 34.58%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#564A36 (or 0x564A36) is known color: Metallic Bronze. HEX triplet: 56, 4A and 36. RGB value is (86,74,54). Sum of RGB (Red+Green+Blue) = 86+74+54=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A36 is #A9B5C9. Grayscale: #4B4B4B. Windows color (decimal): -11122122 or 3557974. OLE color: 3557974.

HSL color Cylindrical-coordinate representation of color #564A36: hue angle of 37.5º 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 #564A36 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 54 -
CMYK 0 0.14 0.37 0.66
HSL 37.5º 0.23% 0.27% -
HSV(B) 37.5º 0.37% 0.34% -
XYZ 6.95 7.14 4.5 -
YUV 75.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 86 74 54 0 0.14 0.37 0.66 37.5 0.23 0.27
Hex 56 4A 36 0 E 25 42 26 17 1B
Octal 126 112 66 0 16 45 102 46 27 33
Binary 1010110 1001010 110110 0 1110 100101 1000010 100110 10111 11011

Color Harmonies of #564A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A36

Black with #564A36

Text Example


Text Example

White with #564A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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