Html Css Color HEX #564720 Bronze Olive

📋 copy color: '#564720'

red 86 ◦ green 71 ◦ blue 32

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

Shades of Bronze Olive #564720

Tints of Bronze Olive #564720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 45.5%
G = 37.57%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#564720 (or 0x564720) is known color: Bronze Olive. HEX triplet: 56, 47 and 20. RGB value is (86,71,32). Sum of RGB (Red+Green+Blue) = 86+71+32=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564720 is #A9B8DF. Grayscale: #474747. Windows color (decimal): -11122912 or 2115414. OLE color: 2115414.

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

Color convert

RGB 86 71 32 -
CMYK 0 0.17 0.63 0.66
HSL 43.33º 0.46% 0.23% -
HSV(B) 43.33º 0.63% 0.34% -
XYZ 6.35 6.59 2.3 -
YUV 71.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 86 71 32 0 0.17 0.63 0.66 43.33 0.46 0.23
Hex 56 47 20 0 11 3F 42 2B 2E 17
Octal 126 107 40 0 21 77 102 53 56 27
Binary 1010110 1000111 100000 0 10001 111111 1000010 101011 101110 10111

Color Harmonies of #564720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564720

Black with #564720

Text Example


Text Example

White with #564720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564720; }

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

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

background-color css

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

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

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

border-color css

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

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

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