#564A25

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

Shades of Bronze Olive #564A25

Tints of Bronze Olive #564A25

Color information

#564A25 (or 0x564A25) is unknown color: approx Bronze Olive. HEX triplet: 56, 4A and 25. RGB value is (86,74,37). Sum of RGB (Red+Green+Blue) = 86+74+37=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A25 is #A9B5DA. Grayscale: #494949. Windows color (decimal): -11122139 or 2443862. OLE color: 2443862.

HSL color Cylindrical-coordinate representation of color #564A25: hue angle of 45.31º 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 #564A25 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB867437-
CMYK00.140.570.66
HSL45.31º39.84%24.12%-
HSV(B)45.31º56.98%33.73%-
XYZ6.627.012.75-
YUV73.37107.48137.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=43.65%
G=37.56%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86743700.140.570.6645.3139.8424.12
Hex564A250E39422d2818
Octal1261124501671102555030
Binary1010110100101010010101110111001100001010110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A25; }

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

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

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

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

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

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

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

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