#564923

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

Shades of Bronze Olive #564923

Tints of Bronze Olive #564923

Color information

#564923 (or 0x564923) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 23. RGB value is (86,73,35). Sum of RGB (Red+Green+Blue) = 86+73+35=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564923 is #A9B6DC. Grayscale: #484848. Windows color (decimal): -11122397 or 2312534. OLE color: 2312534.

HSL color Cylindrical-coordinate representation of color #564923: hue angle of 44.71º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564923 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB867335-
CMYK00.150.590.66
HSL44.71º42.15%23.73%-
HSV(B)44.71º59.3%33.73%-
XYZ6.526.862.57-
YUV72.55106.81137.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=44.33%
G=37.63%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86733500.150.590.6644.7142.1523.73
Hex5649230F3B422d2a18
Octal1261114301773102555230
Binary1010110100100110001101111111011100001010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564923; }

 p { color: rgb(86,73,35); }

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

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

 a { background-color: rgb(86,73,35); }

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

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

 span { border-color: rgb(86,73,35); }

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