Html Css Color HEX #564714 Bronze Olive

📋 copy color: '#564714'

red 86 ◦ green 71 ◦ blue 20

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

Shades of Bronze Olive #564714

Tints of Bronze Olive #564714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 48.59%
G = 40.11%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#564714 (or 0x564714) is known color: Bronze Olive. HEX triplet: 56, 47 and 14. RGB value is (86,71,20). Sum of RGB (Red+Green+Blue) = 86+71+20=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564714 is #A9B8EB. Grayscale: #454545. Windows color (decimal): -11122924 or 1328982. OLE color: 1328982.

HSL color Cylindrical-coordinate representation of color #564714: hue angle of 46.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #564714 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 20 -
CMYK 0 0.17 0.77 0.66
HSL 46.36º 0.62% 0.21% -
HSV(B) 46.36º 0.77% 0.34% -
XYZ 6.22 6.54 1.6 -
YUV 69.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 86 71 20 0 0.17 0.77 0.66 46.36 0.62 0.21
Hex 56 47 14 0 11 4D 42 2E 3E 15
Octal 126 107 24 0 21 115 102 56 76 25
Binary 1010110 1000111 10100 0 10001 1001101 1000010 101110 111110 10101

Color Harmonies of #564714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564714

Black with #564714

Text Example


Text Example

White with #564714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564714; }

 p { color: rgb(86,71,20); }

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

background-color css

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

 a { background-color: rgb(86,71,20); }

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

border-color css

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

 span { border-color: rgb(86,71,20); }

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