Html Css Color HEX #564735 Metallic Bronze

📋 copy color: '#564735'

red 86 ◦ green 71 ◦ blue 53

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

Shades of Metallic Bronze #564735

Tints of Metallic Bronze #564735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 40.95%
G = 33.81%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564735 (or 0x564735) is known color: Metallic Bronze. HEX triplet: 56, 47 and 35. RGB value is (86,71,53). Sum of RGB (Red+Green+Blue) = 86+71+53=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564735 is #A9B8CA. Grayscale: #494949. Windows color (decimal): -11122891 or 3491670. OLE color: 3491670.

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

Color convert

RGB 86 71 53 -
CMYK 0 0.17 0.38 0.66
HSL 32.73º 0.24% 0.27% -
HSV(B) 32.73º 0.38% 0.34% -
XYZ 6.73 6.74 4.31 -
YUV 73.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 86 71 53 0 0.17 0.38 0.66 32.73 0.24 0.27
Hex 56 47 35 0 11 26 42 21 18 1B
Octal 126 107 65 0 21 46 102 41 30 33
Binary 1010110 1000111 110101 0 10001 100110 1000010 100001 11000 11011

Color Harmonies of #564735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564735

Black with #564735

Text Example


Text Example

White with #564735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564735; }

 p { color: rgb(86,71,53); }

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

background-color css

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

 a { background-color: rgb(86,71,53); }

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

border-color css

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

 span { border-color: rgb(86,71,53); }

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