Html Css Color HEX #564D10 Bronze Olive

📋 copy color: '#564D10'

red 86 ◦ green 77 ◦ blue 16

#564D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #564D10

Tints of Bronze Olive #564D10

RGB

 RED value IS 86 (33.98% from 255) = 48.04%

 GREEN value IS 77 (30.47% from 255) = 43.02%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 48.04%
G = 43.02%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#564D10 (or 0x564D10) is known color: Bronze Olive. HEX triplet: 56, 4D and 10. RGB value is (86,77,16). Sum of RGB (Red+Green+Blue) = 86+77+16=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D10 is #A9B2EF. Grayscale: #484848. Windows color (decimal): -11121392 or 1068374. OLE color: 1068374.

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

Color convert

RGB 86 77 16 -
CMYK 0 0.10 0.81 0.66
HSL 52.29º 0.69% 0.2% -
HSV(B) 52.29º 0.81% 0.34% -
XYZ 6.59 7.32 1.56 -
YUV 72.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 86 77 16 0 0.10 0.81 0.66 52.29 0.69 0.2
Hex 56 4D 10 0 A 51 42 34 45 14
Octal 126 115 20 0 12 121 102 64 105 24
Binary 1010110 1001101 10000 0 1010 1010001 1000010 110100 1000101 10100

Color Harmonies of #564D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D10

Black with #564D10

Text Example


Text Example

White with #564D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,16); }

 H1.HeaderClassName
 {
   color: #564D10;
 }
 .AnyTagClassName
 {
   color: #564D10;
 }
</style>

background-color css

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

 a { background-color: rgb(86,77,16); }

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

border-color css

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

 span { border-color: rgb(86,77,16); }

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