#564E12

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

Shades of Bronze Olive #564E12

Tints of Bronze Olive #564E12

Color information

#564E12 (or 0x564E12) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 12. RGB value is (86,78,18). Sum of RGB (Red+Green+Blue) = 86+78+18=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E12 is #A9B1ED. Grayscale: #494949. Windows color (decimal): -11121134 or 1199702. OLE color: 1199702.

HSL color Cylindrical-coordinate representation of color #564E12: hue angle of 52.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #564E12 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB867818-
CMYK00.090.790.66
HSL52.94º65.38%20.39%-
HSV(B)52.94º79.07%33.73%-
XYZ6.677.471.66-
YUV73.5596.65136.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=47.25%
G=42.86%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86781800.090.790.6652.9465.3820.39
Hex564E12094F42354114
Octal126116220111171026510124
Binary10101101001110100100100110011111000010110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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