Html Css Color HEX #564A38 Metallic Bronze

📋 copy color: '#564A38'

red 86 ◦ green 74 ◦ blue 56

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

Shades of Metallic Bronze #564A38

Tints of Metallic Bronze #564A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 39.81%
G = 34.26%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564A38 (or 0x564A38) is known color: Metallic Bronze. HEX triplet: 56, 4A and 38. RGB value is (86,74,56). Sum of RGB (Red+Green+Blue) = 86+74+56=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #564A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A38 is #A9B5C7. Grayscale: #4B4B4B. Windows color (decimal): -11122120 or 3689046. OLE color: 3689046.

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

Color convert

RGB 86 74 56 -
CMYK 0 0.14 0.35 0.66
HSL 36º 0.21% 0.28% -
HSV(B) 36º 0.35% 0.34% -
XYZ 7 7.16 4.75 -
YUV 75.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 86 74 56 0 0.14 0.35 0.66 36 0.21 0.28
Hex 56 4A 38 0 E 23 42 24 15 1C
Octal 126 112 70 0 16 43 102 44 25 34
Binary 1010110 1001010 111000 0 1110 100011 1000010 100100 10101 11100

Color Harmonies of #564A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A38

Black with #564A38

Text Example


Text Example

White with #564A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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