#564809

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

Shades of Bronze Olive #564809

Tints of Bronze Olive #564809

Color information

#564809 (or 0x564809) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 09. RGB value is (86,72,9). Sum of RGB (Red+Green+Blue) = 86+72+9=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564809 is #A9B7F6. Grayscale: #454545. Windows color (decimal): -11122679 or 608342. OLE color: 608342.

HSL color Cylindrical-coordinate representation of color #564809: hue angle of 49.09º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564809 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86729-
CMYK00.160.900.66
HSL49.09º81.05%18.63%-
HSV(B)49.09º89.53%33.73%-
XYZ6.26.631.21-
YUV6994.14140.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=51.50%
G=43.11%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672900.160.900.6649.0981.0518.63
Hex564890105A42315113
Octal126110110201321026112123
Binary10101101001000100101000010110101000010110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564809; }

 p { color: rgb(86,72,9); }

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

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

 a { background-color: rgb(86,72,9); }

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

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

 span { border-color: rgb(86,72,9); }

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