#564114

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

Shades of Bronze Olive #564114

Tints of Bronze Olive #564114

Color information

#564114 (or 0x564114) is unknown color: approx Bronze Olive. HEX triplet: 56, 41 and 14. RGB value is (86,65,20). Sum of RGB (Red+Green+Blue) = 86+65+20=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564114 is #A9BEEB. Grayscale: #424242. Windows color (decimal): -11124460 or 1327446. OLE color: 1327446.

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

Color convert

RGB866520-
CMYK00.240.770.66
HSL40.91º62.26%20.78%-
HSV(B)40.91º76.74%33.73%-
XYZ5.855.811.47-
YUV66.15101.96142.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=50.29%
G=38.01%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86652000.240.770.6640.9162.2620.78
Hex5641140184D42293e15
Octal12610124030115102517625
Binary10101101000001101000110001001101100001010100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564114; }

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

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

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

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

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

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

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

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