Html Css Color HEX #564C11 Bronze Olive

📋 copy color: '#564C11'

red 86 ◦ green 76 ◦ blue 17

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

Shades of Bronze Olive #564C11

Tints of Bronze Olive #564C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.46%

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

R = 48.04%
G = 42.46%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#564C11 (or 0x564C11) is known color: Bronze Olive. HEX triplet: 56, 4C and 11. RGB value is (86,76,17). Sum of RGB (Red+Green+Blue) = 86+76+17=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C11 is #A9B3EE. Grayscale: #484848. Windows color (decimal): -11121647 or 1133654. OLE color: 1133654.

HSL color Cylindrical-coordinate representation of color #564C11: hue angle of 51.3º 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 #564C11 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 17 -
CMYK 0 0.12 0.80 0.66
HSL 51.3º 0.67% 0.2% -
HSV(B) 51.3º 0.8% 0.34% -
XYZ 6.52 7.19 1.57 -
YUV 72.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 86 76 17 0 0.12 0.80 0.66 51.3 0.67 0.2
Hex 56 4C 11 0 C 50 42 33 43 14
Octal 126 114 21 0 14 120 102 63 103 24
Binary 1010110 1001100 10001 0 1100 1010000 1000010 110011 1000011 10100

Color Harmonies of #564C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C11

Black with #564C11

Text Example


Text Example

White with #564C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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