#564307

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

Shades of Bronze Olive #564307

Tints of Bronze Olive #564307

Color information

#564307 (or 0x564307) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 07. RGB value is (86,67,7). Sum of RGB (Red+Green+Blue) = 86+67+7=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #564307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564307 is #A9BCF8. Grayscale: #424242. Windows color (decimal): -11123961 or 475990. OLE color: 475990.

HSL color Cylindrical-coordinate representation of color #564307: hue angle of 45.57º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #564307 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB86677-
CMYK00.220.920.66
HSL45.57º84.95%18.24%-
HSV(B)45.57º91.86%33.73%-
XYZ5.886.011.05-
YUV65.8494.79142.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=53.75%
G=41.88%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8667700.220.920.6645.5784.9518.24
Hex564370165C422e5512
Octal12610370261341025612522
Binary1010110100001111101011010111001000010101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564307; }

 p { color: rgb(86,67,7); }

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

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

 a { background-color: rgb(86,67,7); }

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

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

 span { border-color: rgb(86,67,7); }

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