Html Css Color HEX #564C3C Metallic Bronze

📋 copy color: '#564C3C'

red 86 ◦ green 76 ◦ blue 60

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

Shades of Metallic Bronze #564C3C

Tints of Metallic Bronze #564C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

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

R = 38.74%
G = 34.23%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#564C3C (or 0x564C3C) is known color: Metallic Bronze. HEX triplet: 56, 4C and 3C. RGB value is (86,76,60). Sum of RGB (Red+Green+Blue) = 86+76+60=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3C is #A9B3C3. Grayscale: #4D4D4D. Windows color (decimal): -11121604 or 3951702. OLE color: 3951702.

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

Color convert

RGB 86 76 60 -
CMYK 0 0.12 0.30 0.66
HSL 36.92º 0.18% 0.29% -
HSV(B) 36.92º 0.3% 0.34% -
XYZ 7.24 7.47 5.34 -
YUV 77.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 86 76 60 0 0.12 0.30 0.66 36.92 0.18 0.29
Hex 56 4C 3C 0 C 1E 42 25 12 1D
Octal 126 114 74 0 14 36 102 45 22 35
Binary 1010110 1001100 111100 0 1100 11110 1000010 100101 10010 11101

Color Harmonies of #564C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C3C

Black with #564C3C

Text Example


Text Example

White with #564C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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