#564B0E

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

Shades of Bronze Olive #564B0E

Tints of Bronze Olive #564B0E

Color information

#564B0E (or 0x564B0E) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 0E. RGB value is (86,75,14). Sum of RGB (Red+Green+Blue) = 86+75+14=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B0E is #A9B4F1. Grayscale: #474747. Windows color (decimal): -11121906 or 936790. OLE color: 936790.

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

Color convert

RGB867514-
CMYK00.130.840.66
HSL50.83º72%19.61%-
HSV(B)50.83º83.72%33.73%-
XYZ6.437.041.44-
YUV71.3495.64138.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 14 (5.86% from 255) = 8%
R=49.14%
G=42.86%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86751400.130.840.6650.837219.61
Hex564BE0D5442334814
Octal126113160151241026311024
Binary1010110100101111100110110101001000010110011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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