#565214

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

Shades of Bronze Olive #565214

Tints of Bronze Olive #565214

Color information

#565214 (or 0x565214) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 14. RGB value is (86,82,20). Sum of RGB (Red+Green+Blue) = 86+82+20=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #565214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565214 is #A9ADEB. Grayscale: #4C4C4C. Windows color (decimal): -11120108 or 1331798. OLE color: 1331798.

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

Color convert

RGB868220-
CMYK00.050.770.66
HSL56.36º62.26%20.78%-
HSV(B)56.36º76.74%33.73%-
XYZ6.988.061.85-
YUV76.1396.33135.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=45.74%
G=43.62%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86822000.050.770.6656.3662.2620.78
Hex565214054D42383e15
Octal1261222405115102707625
Binary101011010100101010001011001101100001011100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565214; }

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

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

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

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

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

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

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

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