#564803

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

Shades of Bronze Olive #564803

Tints of Bronze Olive #564803

Color information

#564803 (or 0x564803) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 03. RGB value is (86,72,3). Sum of RGB (Red+Green+Blue) = 86+72+3=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #564803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564803 is #A9B7FC. Grayscale: #444444. Windows color (decimal): -11122685 or 215126. OLE color: 215126.

HSL color Cylindrical-coordinate representation of color #564803: hue angle of 49.88º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #564803 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86723-
CMYK00.160.970.66
HSL49.88º93.26%17.45%-
HSV(B)49.88º96.51%33.73%-
XYZ6.176.621.04-
YUV68.3291.14140.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=53.42%
G=44.72%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672300.160.970.6649.8893.2617.45
Hex564830106142325d11
Octal12611030201411026213521
Binary101011010010001101000011000011000010110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564803; }

 p { color: rgb(86,72,3); }

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

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

 a { background-color: rgb(86,72,3); }

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

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

 span { border-color: rgb(86,72,3); }

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