#564625

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

Shades of Bronze Olive #564625

Tints of Bronze Olive #564625

Color information

#564625 (or 0x564625) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 25. RGB value is (86,70,37). Sum of RGB (Red+Green+Blue) = 86+70+37=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564625 is #A9B9DA. Grayscale: #474747. Windows color (decimal): -11123163 or 2442838. OLE color: 2442838.

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

Color convert

RGB867037-
CMYK00.190.570.66
HSL40.41º39.84%24.12%-
HSV(B)40.41º56.98%33.73%-
XYZ6.366.492.67-
YUV71.02108.8138.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=44.56%
G=36.27%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86703700.190.570.6640.4139.8424.12
Hex5646250133942282818
Octal1261064502371102505030
Binary10101101000110100101010011111001100001010100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564625; }

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

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

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

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

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

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

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

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