#565014

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

Shades of Bronze Olive #565014

Tints of Bronze Olive #565014

Color information

#565014 (or 0x565014) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 14. RGB value is (86,80,20). Sum of RGB (Red+Green+Blue) = 86+80+20=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #565014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565014 is #A9AFEB. Grayscale: #4B4B4B. Windows color (decimal): -11120620 or 1331286. OLE color: 1331286.

HSL color Cylindrical-coordinate representation of color #565014: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565014 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB868020-
CMYK00.070.770.66
HSL54.55º62.26%20.78%-
HSV(B)54.55º76.74%33.73%-
XYZ6.837.771.8-
YUV74.9596.99135.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=46.24%
G=43.01%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86802000.070.770.6654.5562.2620.78
Hex565014074D42373e15
Octal1261202407115102677625
Binary101011010100001010001111001101100001011011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565014; }

 p { color: rgb(86,80,20); }

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

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

 a { background-color: rgb(86,80,20); }

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

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

 span { border-color: rgb(86,80,20); }

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