#564312

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

Shades of Bronze Olive #564312

Tints of Bronze Olive #564312

Color information

#564312 (or 0x564312) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 12. RGB value is (86,67,18). Sum of RGB (Red+Green+Blue) = 86+67+18=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564312 is #A9BCED. Grayscale: #434343. Windows color (decimal): -11123950 or 1196886. OLE color: 1196886.

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

Color convert

RGB866718-
CMYK00.220.790.66
HSL43.24º65.38%20.39%-
HSV(B)43.24º79.07%33.73%-
XYZ5.956.041.42-
YUV67.1100.29141.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=50.29%
G=39.18%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86671800.220.790.6643.2465.3820.39
Hex5643120164F422b4114
Octal126103220261171025310124
Binary101011010000111001001011010011111000010101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564312; }

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

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

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

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

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

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

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

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