#564502

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

Shades of Bronze Olive #564502

Tints of Bronze Olive #564502

Color information

#564502 (or 0x564502) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 02. RGB value is (86,69,2). Sum of RGB (Red+Green+Blue) = 86+69+2=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564502 is #A9BAFD. Grayscale: #424242. Windows color (decimal): -11123454 or 148822. OLE color: 148822.

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

Color convert

RGB86692-
CMYK00.200.980.66
HSL47.86º95.45%17.25%-
HSV(B)47.86º97.67%33.73%-
XYZ5.986.240.95-
YUV66.4491.63141.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=54.78%
G=43.95%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669200.200.980.6647.8695.4517.25
Hex564520146242305f11
Octal12610520241421026013721
Binary101011010001011001010011000101000010110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564502; }

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

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

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

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

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

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

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

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