Html Css Color HEX #564836 Metallic Bronze

📋 copy color: '#564836'

red 86 ◦ green 72 ◦ blue 54

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

Shades of Metallic Bronze #564836

Tints of Metallic Bronze #564836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 40.57%
G = 33.96%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#564836 (or 0x564836) is known color: Metallic Bronze. HEX triplet: 56, 48 and 36. RGB value is (86,72,54). Sum of RGB (Red+Green+Blue) = 86+72+54=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564836 is #A9B7C9. Grayscale: #4A4A4A. Windows color (decimal): -11122634 or 3557462. OLE color: 3557462.

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

Color convert

RGB 86 72 54 -
CMYK 0 0.16 0.37 0.66
HSL 33.75º 0.23% 0.27% -
HSV(B) 33.75º 0.37% 0.34% -
XYZ 6.82 6.88 4.46 -
YUV 74.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 86 72 54 0 0.16 0.37 0.66 33.75 0.23 0.27
Hex 56 48 36 0 10 25 42 22 17 1B
Octal 126 110 66 0 20 45 102 42 27 33
Binary 1010110 1001000 110110 0 10000 100101 1000010 100010 10111 11011

Color Harmonies of #564836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564836

Black with #564836

Text Example


Text Example

White with #564836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564836; }

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

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

background-color css

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

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

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

border-color css

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

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

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