#564D1A

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

Shades of Bronze Olive #564D1A

Tints of Bronze Olive #564D1A

Color information

#564D1A (or 0x564D1A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 1A. RGB value is (86,77,26). Sum of RGB (Red+Green+Blue) = 86+77+26=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D1A is #A9B2E5. Grayscale: #4A4A4A. Windows color (decimal): -11121382 or 1723734. OLE color: 1723734.

HSL color Cylindrical-coordinate representation of color #564D1A: hue angle of 51º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #564D1A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB867726-
CMYK00.100.700.66
HSL51º53.57%21.96%-
HSV(B)51º69.77%33.73%-
XYZ6.687.362.05-
YUV73.88100.98136.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=45.50%
G=40.74%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86772600.100.700.665153.5721.96
Hex564D1A0A4642333616
Octal12611532012106102636626
Binary1010110100110111010010101000110100001011001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,26); }

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

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

 a { background-color: rgb(86,77,26); }

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

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

 span { border-color: rgb(86,77,26); }

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