#564E1A

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

Shades of Bronze Olive #564E1A

Tints of Bronze Olive #564E1A

Color information

#564E1A (or 0x564E1A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 1A. RGB value is (86,78,26). Sum of RGB (Red+Green+Blue) = 86+78+26=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E1A is #A9B1E5. Grayscale: #4A4A4A. Windows color (decimal): -11121126 or 1723990. OLE color: 1723990.

HSL color Cylindrical-coordinate representation of color #564E1A: hue angle of 52º 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 #564E1A is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB867826-
CMYK00.090.700.66
HSL52º53.57%21.96%-
HSV(B)52º69.77%33.73%-
XYZ6.757.52.07-
YUV74.46100.65136.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=45.26%
G=41.05%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86782600.090.700.665253.5721.96
Hex564E1A094642343616
Octal12611632011106102646626
Binary1010110100111011010010011000110100001011010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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