#564412

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

Shades of Bronze Olive #564412

Tints of Bronze Olive #564412

Color information

#564412 (or 0x564412) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 12. RGB value is (86,68,18). Sum of RGB (Red+Green+Blue) = 86+68+18=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564412 is #A9BBED. Grayscale: #434343. Windows color (decimal): -11123694 or 1197142. OLE color: 1197142.

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

Color convert

RGB866818-
CMYK00.210.790.66
HSL44.12º65.38%20.39%-
HSV(B)44.12º79.07%33.73%-
XYZ6.016.161.44-
YUV67.6899.96141.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=50%
G=39.53%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86681800.210.790.6644.1265.3820.39
Hex5644120154F422c4114
Octal126104220251171025410124
Binary101011010001001001001010110011111000010101100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564412; }

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

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

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

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

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

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

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

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