#564B20

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

Shades of Bronze Olive #564B20

Tints of Bronze Olive #564B20

Color information

#564B20 (or 0x564B20) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 20. RGB value is (86,75,32). Sum of RGB (Red+Green+Blue) = 86+75+32=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B20 is #A9B4DF. Grayscale: #494949. Windows color (decimal): -11121888 or 2116438. OLE color: 2116438.

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

Color convert

RGB867532-
CMYK00.130.630.66
HSL47.78º45.76%23.14%-
HSV(B)47.78º62.79%33.73%-
XYZ6.617.112.39-
YUV73.39104.64137-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=44.56%
G=38.86%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86753200.130.630.6647.7845.7623.14
Hex564B200D3F42302e17
Octal1261134001577102605627
Binary1010110100101110000001101111111100001011000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,32); }

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

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

 a { background-color: rgb(86,75,32); }

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

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

 span { border-color: rgb(86,75,32); }

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