#564627

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

Shades of Bronze Olive #564627

Tints of Bronze Olive #564627

Color information

#564627 (or 0x564627) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 27. RGB value is (86,70,39). Sum of RGB (Red+Green+Blue) = 86+70+39=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564627 is #A9B9D8. Grayscale: #474747. Windows color (decimal): -11123161 or 2573910. OLE color: 2573910.

HSL color Cylindrical-coordinate representation of color #564627: hue angle of 39.57º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564627 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB867039-
CMYK00.190.550.66
HSL39.57º37.6%24.51%-
HSV(B)39.57º54.65%33.73%-
XYZ6.396.512.84-
YUV71.25109.8138.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 39 (15.62% from 255) = 20%
R=44.10%
G=35.90%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86703900.190.550.6639.5737.624.51
Hex5646270133742282619
Octal1261064702367102504631
Binary10101101000110100111010011110111100001010100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564627; }

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

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

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

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

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

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

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

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