#564F0E

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

Shades of Bronze Olive #564F0E

Tints of Bronze Olive #564F0E

Color information

#564F0E (or 0x564F0E) is unknown color: approx Bronze Olive. HEX triplet: 56, 4F and 0E. RGB value is (86,79,14). Sum of RGB (Red+Green+Blue) = 86+79+14=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F0E is #A9B0F1. Grayscale: #494949. Windows color (decimal): -11120882 or 937814. OLE color: 937814.

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

Color convert

RGB867914-
CMYK00.080.840.66
HSL54.17º72%19.61%-
HSV(B)54.17º83.72%33.73%-
XYZ6.717.61.53-
YUV73.6894.32136.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=48.04%
G=44.13%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86791400.080.840.6654.177219.61
Hex564FE085442364814
Octal126117160101241026611024
Binary1010110100111111100100010101001000010110110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,14); }

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

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

 a { background-color: rgb(86,79,14); }

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

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

 span { border-color: rgb(86,79,14); }

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