#564A21

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

Shades of Bronze Olive #564A21

Tints of Bronze Olive #564A21

Color information

#564A21 (or 0x564A21) is unknown color: approx Bronze Olive. HEX triplet: 56, 4A and 21. RGB value is (86,74,33). Sum of RGB (Red+Green+Blue) = 86+74+33=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A21 is #A9B5DE. Grayscale: #494949. Windows color (decimal): -11122143 or 2181718. OLE color: 2181718.

HSL color Cylindrical-coordinate representation of color #564A21: hue angle of 46.42º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564A21 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB867433-
CMYK00.140.620.66
HSL46.42º44.54%23.33%-
HSV(B)46.42º61.63%33.73%-
XYZ6.566.992.44-
YUV72.91105.48137.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=44.56%
G=38.34%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86743300.140.620.6646.4244.5423.33
Hex564A210E3E422e2d17
Octal1261124101676102565527
Binary1010110100101010000101110111110100001010111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A21; }

 p { color: rgb(86,74,33); }

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

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

 a { background-color: rgb(86,74,33); }

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

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

 span { border-color: rgb(86,74,33); }

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