#564802

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

Shades of Bronze Olive #564802

Tints of Bronze Olive #564802

Color information

#564802 (or 0x564802) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 02. RGB value is (86,72,2). Sum of RGB (Red+Green+Blue) = 86+72+2=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #564802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564802 is #A9B7FD. Grayscale: #444444. Windows color (decimal): -11122686 or 149590. OLE color: 149590.

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

Color convert

RGB86722-
CMYK00.160.980.66
HSL50º95.45%17.25%-
HSV(B)50º97.67%33.73%-
XYZ6.176.621.01-
YUV68.2190.64140.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=53.75%
G=45%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672200.160.980.665095.4517.25
Hex564820106242325f11
Octal12611020201421026213721
Binary101011010010001001000011000101000010110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564802; }

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

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

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

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

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

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

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

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