#564310

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

Shades of Bronze Olive #564310

Tints of Bronze Olive #564310

Color information

#564310 (or 0x564310) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 10. RGB value is (86,67,16). Sum of RGB (Red+Green+Blue) = 86+67+16=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564310 is #A9BCEF. Grayscale: #434343. Windows color (decimal): -11123952 or 1065814. OLE color: 1065814.

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

Color convert

RGB866716-
CMYK00.220.810.66
HSL43.71º68.63%20%-
HSV(B)43.71º81.4%33.73%-
XYZ5.946.031.34-
YUV66.8799.29141.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=50.89%
G=39.64%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86671600.220.810.6643.7168.6320
Hex56431001651422c4514
Octal126103200261211025410524
Binary101011010000111000001011010100011000010101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564310; }

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

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

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

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

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

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

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

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