Html Css Color HEX #564938 Metallic Bronze

📋 copy color: '#564938'

red 86 ◦ green 73 ◦ blue 56

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

Shades of Metallic Bronze #564938

Tints of Metallic Bronze #564938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

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

R = 40%
G = 33.95%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564938 (or 0x564938) is known color: Metallic Bronze. HEX triplet: 56, 49 and 38. RGB value is (86,73,56). Sum of RGB (Red+Green+Blue) = 86+73+56=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564938 is #A9B6C7. Grayscale: #4B4B4B. Windows color (decimal): -11122376 or 3688790. OLE color: 3688790.

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

Color convert

RGB 86 73 56 -
CMYK 0 0.15 0.35 0.66
HSL 34º 0.21% 0.28% -
HSV(B) 34º 0.35% 0.34% -
XYZ 6.93 7.03 4.73 -
YUV 74.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 86 73 56 0 0.15 0.35 0.66 34 0.21 0.28
Hex 56 49 38 0 F 23 42 22 15 1C
Octal 126 111 70 0 17 43 102 42 25 34
Binary 1010110 1001001 111000 0 1111 100011 1000010 100010 10101 11100

Color Harmonies of #564938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564938

Black with #564938

Text Example


Text Example

White with #564938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564938; }

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

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

background-color css

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

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

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

border-color css

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

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

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