#564723

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

Shades of Bronze Olive #564723

Tints of Bronze Olive #564723

Color information

#564723 (or 0x564723) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 23. RGB value is (86,71,35). Sum of RGB (Red+Green+Blue) = 86+71+35=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564723 is #A9B8DC. Grayscale: #474747. Windows color (decimal): -11122909 or 2312022. OLE color: 2312022.

HSL color Cylindrical-coordinate representation of color #564723: hue angle of 42.35º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564723 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB867135-
CMYK00.170.590.66
HSL42.35º42.15%23.73%-
HSV(B)42.35º59.3%33.73%-
XYZ6.396.612.53-
YUV71.38107.47138.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=44.79%
G=36.98%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86713500.170.590.6642.3542.1523.73
Hex5647230113B422a2a18
Octal1261074302173102525230
Binary10101101000111100011010001111011100001010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564723; }

 p { color: rgb(86,71,35); }

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

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

 a { background-color: rgb(86,71,35); }

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

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

 span { border-color: rgb(86,71,35); }

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