#564812

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

Shades of Bronze Olive #564812

Tints of Bronze Olive #564812

Color information

#564812 (or 0x564812) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 12. RGB value is (86,72,18). Sum of RGB (Red+Green+Blue) = 86+72+18=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564812 is #A9B7ED. Grayscale: #464646. Windows color (decimal): -11122670 or 1198166. OLE color: 1198166.

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

Color convert

RGB867218-
CMYK00.160.790.66
HSL47.65º65.38%20.39%-
HSV(B)47.65º79.07%33.73%-
XYZ6.266.661.53-
YUV70.0398.64139.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=48.86%
G=40.91%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86721800.160.790.6647.6565.3820.39
Hex5648120104F42304114
Octal126110220201171026010124
Binary101011010010001001001000010011111000010110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564812; }

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

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

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

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

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

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

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

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