#564905

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

Shades of Bronze Olive #564905

Tints of Bronze Olive #564905

Color information

#564905 (or 0x564905) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 05. RGB value is (86,73,5). Sum of RGB (Red+Green+Blue) = 86+73+5=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #564905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564905 is #A9B6FA. Grayscale: #454545. Windows color (decimal): -11122427 or 346454. OLE color: 346454.

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

Color convert

RGB86735-
CMYK00.150.940.66
HSL50.37º89.01%17.84%-
HSV(B)50.37º94.19%33.73%-
XYZ6.256.751.12-
YUV69.1391.81140.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=52.44%
G=44.51%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673500.150.940.6650.3789.0117.84
Hex564950F5E42325912
Octal12611150171361026213122
Binary101011010010011010111110111101000010110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564905; }

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

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

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

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

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

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

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

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