#564725

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

Shades of Bronze Olive #564725

Tints of Bronze Olive #564725

Color information

#564725 (or 0x564725) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 25. RGB value is (86,71,37). Sum of RGB (Red+Green+Blue) = 86+71+37=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564725 is #A9B8DA. Grayscale: #474747. Windows color (decimal): -11122907 or 2443094. OLE color: 2443094.

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

Color convert

RGB867137-
CMYK00.170.570.66
HSL41.63º39.84%24.12%-
HSV(B)41.63º56.98%33.73%-
XYZ6.426.622.69-
YUV71.61108.47138.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=44.33%
G=36.60%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86713700.170.570.6641.6339.8424.12
Hex56472501139422a2818
Octal1261074502171102525030
Binary10101101000111100101010001111001100001010101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564725; }

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

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

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

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

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

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

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

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