#564503

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

Shades of Bronze Olive #564503

Tints of Bronze Olive #564503

Color information

#564503 (or 0x564503) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 03. RGB value is (86,69,3). Sum of RGB (Red+Green+Blue) = 86+69+3=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #564503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564503 is #A9BAFC. Grayscale: #424242. Windows color (decimal): -11123453 or 214358. OLE color: 214358.

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

Color convert

RGB86693-
CMYK00.200.970.66
HSL47.71º93.26%17.45%-
HSV(B)47.71º96.51%33.73%-
XYZ5.986.240.98-
YUV66.5692.13141.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=54.43%
G=43.67%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669300.200.970.6647.7193.2617.45
Hex564530146142305d11
Octal12610530241411026013521
Binary101011010001011101010011000011000010110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564503; }

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

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

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

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

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

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

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

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