#564821

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

Shades of Bronze Olive #564821

Tints of Bronze Olive #564821

Color information

#564821 (or 0x564821) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 21. RGB value is (86,72,33). Sum of RGB (Red+Green+Blue) = 86+72+33=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564821 is #A9B7DE. Grayscale: #474747. Windows color (decimal): -11122655 or 2181206. OLE color: 2181206.

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

Color convert

RGB867233-
CMYK00.160.620.66
HSL44.15º44.54%23.33%-
HSV(B)44.15º61.63%33.73%-
XYZ6.436.722.4-
YUV71.74106.14138.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=45.03%
G=37.70%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86723300.160.620.6644.1544.5423.33
Hex5648210103E422c2d17
Octal1261104102076102545527
Binary10101101001000100001010000111110100001010110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564821; }

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

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

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

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

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

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

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

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