#564D0E

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

Shades of Bronze Olive #564D0E

Tints of Bronze Olive #564D0E

Color information

#564D0E (or 0x564D0E) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 0E. RGB value is (86,77,14). Sum of RGB (Red+Green+Blue) = 86+77+14=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D0E is #A9B2F1. Grayscale: #484848. Windows color (decimal): -11121394 or 937302. OLE color: 937302.

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

Color convert

RGB867714-
CMYK00.100.840.66
HSL52.5º72%19.61%-
HSV(B)52.5º83.72%33.73%-
XYZ6.577.321.48-
YUV72.5194.98137.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=48.59%
G=43.50%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86771400.100.840.6652.57219.61
Hex564DE0A5442344814
Octal126115160121241026411024
Binary1010110100110111100101010101001000010110100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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