#565114

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

Shades of Bronze Olive #565114

Tints of Bronze Olive #565114

Color information

#565114 (or 0x565114) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 14. RGB value is (86,81,20). Sum of RGB (Red+Green+Blue) = 86+81+20=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565114 is #A9AEEB. Grayscale: #4B4B4B. Windows color (decimal): -11120364 or 1331542. OLE color: 1331542.

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

Color convert

RGB868120-
CMYK00.060.770.66
HSL55.45º62.26%20.78%-
HSV(B)55.45º76.74%33.73%-
XYZ6.917.911.83-
YUV75.5496.66135.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=45.99%
G=43.32%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86812000.060.770.6655.4562.2620.78
Hex565114064D42373e15
Octal1261212406115102677625
Binary101011010100011010001101001101100001011011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565114; }

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

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

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

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

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

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

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

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