Html Css Color HEX #564935 Metallic Bronze

📋 copy color: '#564935'

red 86 ◦ green 73 ◦ blue 53

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

Shades of Metallic Bronze #564935

Tints of Metallic Bronze #564935

RGB

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

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

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

R = 40.57%
G = 34.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564935 (or 0x564935) is known color: Metallic Bronze. HEX triplet: 56, 49 and 35. RGB value is (86,73,53). Sum of RGB (Red+Green+Blue) = 86+73+53=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564935 is #A9B6CA. Grayscale: #4A4A4A. Windows color (decimal): -11122379 or 3492182. OLE color: 3492182.

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

Color convert

RGB 86 73 53 -
CMYK 0 0.15 0.38 0.66
HSL 36.36º 0.24% 0.27% -
HSV(B) 36.36º 0.38% 0.34% -
XYZ 6.86 7 4.36 -
YUV 74.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 86 73 53 0 0.15 0.38 0.66 36.36 0.24 0.27
Hex 56 49 35 0 F 26 42 24 18 1B
Octal 126 111 65 0 17 46 102 44 30 33
Binary 1010110 1001001 110101 0 1111 100110 1000010 100100 11000 11011

Color Harmonies of #564935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564935

Black with #564935

Text Example


Text Example

White with #564935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564935; }

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

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

background-color css

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

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

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

border-color css

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

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

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