Html Css Color HEX #564738 Metallic Bronze

📋 copy color: '#564738'

red 86 ◦ green 71 ◦ blue 56

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

Shades of Metallic Bronze #564738

Tints of Metallic Bronze #564738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 40.38%
G = 33.33%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564738 (or 0x564738) is known color: Metallic Bronze. HEX triplet: 56, 47 and 38. RGB value is (86,71,56). Sum of RGB (Red+Green+Blue) = 86+71+56=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #564738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564738 is #A9B8C7. Grayscale: #494949. Windows color (decimal): -11122888 or 3688278. OLE color: 3688278.

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

Color convert

RGB 86 71 56 -
CMYK 0 0.17 0.35 0.66
HSL 30º 0.21% 0.28% -
HSV(B) 30º 0.35% 0.34% -
XYZ 6.8 6.77 4.69 -
YUV 73.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 86 71 56 0 0.17 0.35 0.66 30 0.21 0.28
Hex 56 47 38 0 11 23 42 1E 15 1C
Octal 126 107 70 0 21 43 102 36 25 34
Binary 1010110 1000111 111000 0 10001 100011 1000010 11110 10101 11100

Color Harmonies of #564738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564738

Black with #564738

Text Example


Text Example

White with #564738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564738; }

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

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

background-color css

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

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

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

border-color css

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

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

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