#564F0F

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

Shades of Bronze Olive #564F0F

Tints of Bronze Olive #564F0F

Color information

#564F0F (or 0x564F0F) is unknown color: approx Bronze Olive. HEX triplet: 56, 4F and 0F. RGB value is (86,79,15). Sum of RGB (Red+Green+Blue) = 86+79+15=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #564F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F0F is #A9B0F0. Grayscale: #4A4A4A. Windows color (decimal): -11120881 or 1003350. OLE color: 1003350.

HSL color Cylindrical-coordinate representation of color #564F0F: hue angle of 54.08º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #564F0F is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB867915-
CMYK00.080.830.66
HSL54.08º70.3%19.8%-
HSV(B)54.08º82.56%33.73%-
XYZ6.727.61.57-
YUV73.894.82136.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=47.78%
G=43.89%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86791500.080.830.6654.0870.319.8
Hex564FF085342364614
Octal126117170101231026610624
Binary1010110100111111110100010100111000010110110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564F0F; }

 p { color: rgb(86,79,15); }

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

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

 a { background-color: rgb(86,79,15); }

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

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

 span { border-color: rgb(86,79,15); }

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