#564C2A

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

Shades of Bronze Olive #564C2A

Tints of Bronze Olive #564C2A

Color information

#564C2A (or 0x564C2A) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 2A. RGB value is (86,76,42). Sum of RGB (Red+Green+Blue) = 86+76+42=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C2A is #A9B3D5. Grayscale: #4B4B4B. Windows color (decimal): -11121622 or 2772054. OLE color: 2772054.

HSL color Cylindrical-coordinate representation of color #564C2A: hue angle of 46.36º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564C2A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB867642-
CMYK00.120.510.66
HSL46.36º34.38%25.1%-
HSV(B)46.36º51.16%33.73%-
XYZ6.847.313.24-
YUV75.11109.31135.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=42.16%
G=37.25%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86764200.120.510.6646.3634.3825.1
Hex564C2A0C33422e2219
Octal1261145201463102564231
Binary1010110100110010101001100110011100001010111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,42); }

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

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

 a { background-color: rgb(86,76,42); }

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

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

 span { border-color: rgb(86,76,42); }

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