#564210

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

Shades of Bronze Olive #564210

Tints of Bronze Olive #564210

Color information

#564210 (or 0x564210) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 10. RGB value is (86,66,16). Sum of RGB (Red+Green+Blue) = 86+66+16=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564210 is #A9BDEF. Grayscale: #424242. Windows color (decimal): -11124208 or 1065558. OLE color: 1065558.

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

Color convert

RGB866616-
CMYK00.230.810.66
HSL42.86º68.63%20%-
HSV(B)42.86º81.4%33.73%-
XYZ5.885.911.32-
YUV66.2899.63142.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=51.19%
G=39.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86661600.230.810.6642.8668.6320
Hex56421001751422b4514
Octal126102200271211025310524
Binary101011010000101000001011110100011000010101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564210; }

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

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

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

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

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

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

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

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