#564724

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

Shades of Bronze Olive #564724

Tints of Bronze Olive #564724

Color information

#564724 (or 0x564724) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 24. RGB value is (86,71,36). Sum of RGB (Red+Green+Blue) = 86+71+36=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564724 is #A9B8DB. Grayscale: #474747. Windows color (decimal): -11122908 or 2377558. OLE color: 2377558.

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

Color convert

RGB867136-
CMYK00.170.580.66
HSL42º40.98%23.92%-
HSV(B)42º58.14%33.73%-
XYZ6.416.612.61-
YUV71.49107.97138.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=44.56%
G=36.79%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86713600.170.580.664240.9823.92
Hex5647240113A422a2918
Octal1261074402172102525130
Binary10101101000111100100010001111010100001010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564724; }

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

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

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

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

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

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

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

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