#564C22

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

Shades of Bronze Olive #564C22

Tints of Bronze Olive #564C22

Color information

#564C22 (or 0x564C22) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 22. RGB value is (86,76,34). Sum of RGB (Red+Green+Blue) = 86+76+34=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C22 is #A9B3DD. Grayscale: #4A4A4A. Windows color (decimal): -11121630 or 2247766. OLE color: 2247766.

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

Color convert

RGB867634-
CMYK00.120.600.66
HSL48.46º43.33%23.53%-
HSV(B)48.46º60.47%33.73%-
XYZ6.717.262.56-
YUV74.2105.31136.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=43.88%
G=38.78%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86763400.120.600.6648.4643.3323.53
Hex564C220C3C42302b18
Octal1261144201474102605330
Binary1010110100110010001001100111100100001011000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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