Html Css Color HEX #564F11 Bronze Olive

📋 copy color: '#564F11'

red 86 ◦ green 79 ◦ blue 17

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

Shades of Bronze Olive #564F11

Tints of Bronze Olive #564F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 47.25%
G = 43.41%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#564F11 (or 0x564F11) is known color: Bronze Olive. HEX triplet: 56, 4F and 11. RGB value is (86,79,17). Sum of RGB (Red+Green+Blue) = 86+79+17=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F11 is #A9B0EE. Grayscale: #4A4A4A. Windows color (decimal): -11120879 or 1134422. OLE color: 1134422.

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

Color convert

RGB 86 79 17 -
CMYK 0 0.08 0.80 0.66
HSL 53.91º 0.67% 0.2% -
HSV(B) 53.91º 0.8% 0.34% -
XYZ 6.73 7.61 1.64 -
YUV 74.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 86 79 17 0 0.08 0.80 0.66 53.91 0.67 0.2
Hex 56 4F 11 0 8 50 42 36 43 14
Octal 126 117 21 0 10 120 102 66 103 24
Binary 1010110 1001111 10001 0 1000 1010000 1000010 110110 1000011 10100

Color Harmonies of #564F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F11

Black with #564F11

Text Example


Text Example

White with #564F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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