Html Css Color HEX #564C3A Metallic Bronze

📋 copy color: '#564C3A'

red 86 ◦ green 76 ◦ blue 58

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

Shades of Metallic Bronze #564C3A

Tints of Metallic Bronze #564C3A

RGB

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

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

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

R = 39.09%
G = 34.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#564C3A (or 0x564C3A) is known color: Metallic Bronze. HEX triplet: 56, 4C and 3A. RGB value is (86,76,58). Sum of RGB (Red+Green+Blue) = 86+76+58=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3A is #A9B3C5. Grayscale: #4D4D4D. Windows color (decimal): -11121606 or 3820630. OLE color: 3820630.

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

Color convert

RGB 86 76 58 -
CMYK 0 0.12 0.33 0.66
HSL 38.57º 0.19% 0.28% -
HSV(B) 38.57º 0.33% 0.34% -
XYZ 7.19 7.45 5.06 -
YUV 76.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 86 76 58 0 0.12 0.33 0.66 38.57 0.19 0.28
Hex 56 4C 3A 0 C 21 42 27 13 1C
Octal 126 114 72 0 14 41 102 47 23 34
Binary 1010110 1001100 111010 0 1100 100001 1000010 100111 10011 11100

Color Harmonies of #564C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C3A

Black with #564C3A

Text Example


Text Example

White with #564C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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