#564903

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

Shades of Bronze Olive #564903

Tints of Bronze Olive #564903

Color information

#564903 (or 0x564903) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 03. RGB value is (86,73,3). Sum of RGB (Red+Green+Blue) = 86+73+3=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564903 is #A9B6FC. Grayscale: #454545. Windows color (decimal): -11122429 or 215382. OLE color: 215382.

HSL color Cylindrical-coordinate representation of color #564903: hue angle of 50.6º 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 #564903 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86733-
CMYK00.150.970.66
HSL50.6º93.26%17.45%-
HSV(B)50.6º96.51%33.73%-
XYZ6.246.751.06-
YUV68.9190.81140.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=53.09%
G=45.06%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673300.150.970.6650.693.2617.45
Hex564930F6142335d11
Octal12611130171411026313521
Binary10101101001001110111111000011000010110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564903; }

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

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

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

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

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

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

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

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