#564413

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

Shades of Bronze Olive #564413

Tints of Bronze Olive #564413

Color information

#564413 (or 0x564413) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 13. RGB value is (86,68,19). Sum of RGB (Red+Green+Blue) = 86+68+19=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564413 is #A9BBEC. Grayscale: #444444. Windows color (decimal): -11123693 or 1262678. OLE color: 1262678.

HSL color Cylindrical-coordinate representation of color #564413: hue angle of 43.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #564413 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB866819-
CMYK00.210.780.66
HSL43.88º63.81%20.59%-
HSV(B)43.88º77.91%33.73%-
XYZ6.026.161.49-
YUV67.8100.46140.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=49.71%
G=39.31%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86681900.210.780.6643.8863.8120.59
Hex5644130154E422c4015
Octal126104230251161025410025
Binary101011010001001001101010110011101000010101100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564413; }

 p { color: rgb(86,68,19); }

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

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

 a { background-color: rgb(86,68,19); }

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

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

 span { border-color: rgb(86,68,19); }

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