#564721

Color #564721 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #564721

Tints of Bronze Olive #564721

Color information

#564721 (or 0x564721) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 21. RGB value is (86,71,33). Sum of RGB (Red+Green+Blue) = 86+71+33=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564721 is #A9B8DE. Grayscale: #474747. Windows color (decimal): -11122911 or 2180950. OLE color: 2180950.

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

Color convert

RGB867133-
CMYK00.170.620.66
HSL43.02º44.54%23.33%-
HSV(B)43.02º61.63%33.73%-
XYZ6.376.592.38-
YUV71.15106.47138.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=45.26%
G=37.37%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86713300.170.620.6643.0244.5423.33
Hex5647210113E422b2d17
Octal1261074102176102535527
Binary10101101000111100001010001111110100001010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564721; }

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

 H1.HeaderClassName
 {
   color: #564721;
 }
 .AnyTagClassName
 {
   color: #564721;
 }
</style>
background-color css

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

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

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

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

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

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